@charset "utf-8";
/* CSS Document */
body{
	margin-top:0px;
	background-color:#000000;
	color:#7ECD14;
}

#header{
	width:178px;
	height:65px;
	background-image:url(./img/title.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	margin:0px auto 0px auto;
	font-size:10pt;
	padding:55px 0px 0px 624px;
}

#menu{
	width:802px;
	height:33px;
	margin:0 auto;
	background-image:url(./img/title.jpg);
	background-position:0px -120px;
}

#menu li,#menu li a{
	height:33px;
	display:block;
	float:left;
	background-image:url(./img/title.jpg);
}

#base{
	width:806px;
	height:auto;
	margin:0px auto 0px auto;
	background-image:url(./img/base_bg.jpg);
	background-repeat:repeat-y;
}

#footer{
	width:806px;
	height:280px;
	margin:0 auto;
	padding-top:20px;
	background-image:url(./img/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#033;
	clear:both;
}

#footer_copy_end{
	width:806px;
	height:28px;
	margin:0 auto;
	padding-top:10px;
	text-align:center;
	color:#FFFFFF;
	background-image:url(img/copy.jpg);
}
