@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-size:0px;
	border:0px;
}

body {
	
	background-color:#d3ec4a;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	margin:auto;
}

#top{
	height:122px;
}
#logo{
	width:283px;
	height:122px;
	margin-left:28px;
	float:left;
	clear:none;
}
#unit{
	width:204px;
	height:122px;
	float:right;
	background-image:url(images/unit.jpg);
	background-repeat:no-repeat;
	clear:none;
}

#center{
	margin:auto;
	padding:auto;
}

#contain{
	width:523px;
	height:520px;
	margin-left:auto;
	margin-right:auto;
	margin-top:22px;
}

#flash{
	width:523px;
	height:420px;
	clear:both;
}

#button{
	width:116px;
	height:49px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}

