/* CSS Document */
body { background-color:#ffffff; margin:0px;}

#midden
{position: absolute;
width: 800px;
height: 500px;
top: 50%;
left: 50%;
margin-left: -400px;
margin-top: -250px;}
