/* CSS Document */

#website{
position: absolute;
left: 50%;
width: 800;
margin-left: -400px;
top: 50%;
margin-top: -300px;
}