@charset "utf-8";

body {
margin: 0;
background: #ffffff;
}

#container {
position: absolute;
width: 800px;
height: 500px;
left: 50%;
top: 50%;
margin-left: -400px;
margin-top: -250px;
}

#main {
position: absolute;
width: 800px;
height: 500px;
left: 50%;
top: 50%;
margin-left: -400px;
margin-top: -250px;
}
