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

body{
background-color:#799901;
}

#center{
background-color:#799901;
position:absolute;
width:560px;
height:410px;left:50%;
top:50%;
margin-left:-280px;
margin-top:-205px;
}
