body {
position:absolute;
left:0px;
text-align: center;
background-color:#000000;
z-index:0;
width:100%;
margin:0px;
height:100%;
}

#imageDiv {
position:absolute;
margin-left:50%;
left:-400px;
width:800px;
z-index:1;
margin-top:50%;
}