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

body{
font-family:Trebuchet, Helvetica, sans-serif;
background-color:#f8e8b1;
font-size:12px;
}

#main{
margin:20px auto;
width:920px;
height:auto;
}

#header{
	width:920px;
	height:100px;
	background-color:#F8E8B1;
	text-align:center;
}

h1{
font-size:36px;
color:#000000;
}

#mainbox{
	width:920px;
	height:1200px;
	background-color:#F8E8B1;
	text-align:center;
}
