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

#box {
width: 600px;
height: 400px;
position: relative;
top: 50%;
left: 50%;
margin: -200px 0 0 -300px;
}