/*Cherokee CSS
Colors:
Brown - #2a2114
Beige - #d0bd9f*/

body {
	background-image: url(images/1x1_brown.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	}
	
img {
	border: 0px;
	margin-left: 180px;
	}
	
#global {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1200px;
	padding-bottom: 140px;
	}
	
#topframe {
	height: 30px;
	width: 100%;
	background-image: url(images/TopTile.png);
	background-repeat: repeat-x;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
	
#levelOne {
	position: absolute;
	z-index: 1;
	top: 270px;
	left: 350px;
	}
	
#levelTwo{
	position: relative;
	top: 0px;
	z-index: 10;
	}
	
#main {
	background-image: url(images/1x1_brown.png);
	background-repeat: repeat;
	width: 100%;
	padding-bottom: 140px;
	margin-top: -5px;
	}
	
#bottomframe {
	height: 140px;
	width: 100%;
	background-image: url(images/BottomTile.png);
	background-repeat: repeat-x;
	margin-top: -140px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	position: relative;
	z-index: 2;
	}