* {
margin: 0;
padding: 0;
border: 0;
}

body {
 background-color: #FFFFFF;
 margin: 0px;
}

#startBox {
 position:absolute; 
 width:750px; 
 height:650px; 
 top:50%; 
 left:50%; 
 margin:-325px auto auto -375px; 
 text-align:center;
}

#vBarStart {
 position:absolute;
 left: 26px;
 top: 0px;
}

#logoStart {
 position: absolute;
 left: 60px;
 top: 255px;
}

#enter {
 position: absolute;
 left: 455px;
 top: 352px;
}
