@charset "utf-8";
/* CSS Document */

body {
background-color:#111111;

}

.container {
position: absolute;
width: 750px;
left: 50%;
margin-left: -375px;
top: 0px;

}
