body {
	margin: 0px;
	background-color: #ebc941;
}
div.cssMain {
	width:1024px;
	min-height:500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image:url(images/bg-tile.jpg);
}
div.cssHeader {
	position: relative;
	width:1024px;
	height:169px;
	background-image:url(images/01.jpg);
	background-repeat: no-repeat;
}
div.cssLeft {
	width:34px;
	min-height:300px;
	background-image:url(images/02.jpg);
	background-repeat: no-repeat;
	float: left;
}
div.cssBody {
	margin-left:34px;
	width:955px;
	background-color:#FFFFFF;
	position:relative;
}
div.cssMenu {
	width:169px;
	height:87px;
	float:right;
}
div.cssMenuItem, div.cssMenuItem:link {
	background-image:url('images/menu_item.gif');
	width:169px;
	height:27px;
	text-indent:25px;
}
div.cssMenuItem:hover {
	background-image:url('images/menu_select.gif');
}
div.cssBodyLeft {
	padding-left: 10px;
	width:776px;
	float:left;
}
div.cssRight {
	left:989px;
	width:35px;
	min-height:300px;
	background-image:url(images/04.jpg);
	background-repeat: no-repeat;
	float: right;
}
div.cssFooter {
	width:1024px;
	height:39px;
	background-image:url(images/05.jpg);
	background-repeat: no-repeat;
	clear: both;
}