@charset "utf-8";
/* CSS Document */


a img {border:0;} 
body 
{
	margin: 0 0 20px 0;
	text-align:center;
}

#bodydiv {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top:10px;
	width:1050px;
	z-index:1;
}
#top_banner {
	position:absolute;
	left:16px;
	top:-10px;
	width:1000px;
	height:34px;
	z-index:2;
	background-color: #404041;
}
#lower_banner {
	position:absolute;
	left:17px;
	top:23px;
	width:1000px;
	height:120px;
	z-index:3;
	background-color: #404041;
}
#menu {
	position:absolute;
	left:17px;
	top:149px;
	width:1000px;
	height:27px;
	z-index:17;
	background-color: #EEEEEE;
}

