@charset "utf-8";
/* CSS Document */
body{
margin:0;
padding:0;
background:#000000;
font-family:"Times New Roman", Times, serif;
font-size:12px;
}
#main_box{
width:700px;
height:500px;
margin:30px auto 0 auto;
background:#009933;
}

