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

body {
height:100%;
background-color: #000;
max-height:100%;
margin:0px 0px; padding:0px;
}

#container {
width: 740px;
height : 584px;
position : absolute;
top : 50%; left : 50%;
margin : -292px auto auto -370px;
} 