body{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color:#ffffff;
 background-color:#0f4b8f;
}
.div01{
 width:800px;
 height:600px;
 position:absolute;
 top:50%;
 left:50%;
 margin: -300px auto auto -400px;
 background-image: url('../images/splash.jpg');
 background-repeat: no-repeat;
}
