body{
	background-image: url(img/bg.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffcc99;
	margin: 0;
	padding: 0;
	
}

#bg2{
	background-image: url(img/bg2.png);
	background-position: top;
	background-repeat: repeat-x;
	z-index: 10;
	width: 50%;
	height: 300px;
	float: right;
	
}

#main{
	background-image: url(img/main.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 815px;
	height: 299px;
	z-index: 100;
	position: absolute;
	left: 50%;
	margin-left: -407px;
	
	
}

#menu{
	width: 815px;
	height: 80px;
	position: absolute;
	left: 50%;
	margin-left: -407px;
	z-index: 1000;
	
}

#content_body{
	width: 90%;
	height: 500px;
	z-index: 100;
	position: absolute;
	top: 301px;
	padding-left: 5%;
	padding-right: 5%;
}

#content_left{
	height: 500px;
	width: 45%;
	float: left;
	z-index: 100;
	padding-right: 2%;
}

#content_right{
	height: 500px;
	width: 45%;
	float: right;
	z-index: 100;
	padding-left:2%;

}

#bottom{
	/*background-image: url(img/bottom_bg.png);
	background-position: top;
	background-repeat: repeat-x;*/
	width: 400px;
	height: 79px;
	z-index: 100;
	position: absolute;
	top: 810px;
	text-align: center;
	padding: 10px;
	left: 50%;
	margin-left: -150px;
}

#midline{
	width:2px;
	height:350px;
	z-index: 200px;
	position: absolute;
	top: 400px;
	left: 50%;
	background-color: #F60;
	
}

