@charset "utf-8";

html{
 height:100%;
}
body{
 height:100%;
} 
#centerBox{
position:absolute;
top:50%;
left:50%;
width:1000px;
height:580px;
margin-left: -500px;
margin-top: -290px;
} 

