body {background-color: #275D82;}

#container {
position: absolute;
left: 50%;
top: 50%;
margin-left: -375px;
margin-top: -200px;
width: 750px;
height: 400px;
background-color: #e6e6e6;
border: 5px solid black;
visibility: visible;
}
