@charset "utf-8";
/* CSS Document */

#warpper {
	width: 800px;
	margin: 5px	auto 0;}
	
#header {
	width: 800px;
	height: 40px;}
	
#menu {
	width: 800px;
	height: 35px;
	clear: both;}
		
#top {
	width: 790px;
	height: 200px;
	margin: 15px auto;
	background-image: url(../img/top-img-bg.jpg);
	background-repeat: no-repeat;
	border: 3px solid #06f;}
	
#main-contents {
	width:750px;
	margin: 0 auto 20px;
	padding: 5px 0 0;
	background-color:#f3f3f3;
	border-right: 3px #999 solid;
	border-bottom: 2px #999 solid;}
	
#fotter {
	width: 800px;
	height: 25px;
	margin: 0 auto;
	border-top: solid 3px #06f;}