@charset "utf-8";

body {
background: #000 url(/images/bg.jpg) no-repeat fixed right top;
height:100%;
}

/* container */

#container {
position: absolute;
width: 900px;
height: 574px;
left: 50%;
top: 50%;
margin-left: -450px;
margin-top: -287px;
}
