html,body{
   height:100%;
   margin:0;
   padding:0;
}

body{
    background:#FFFFFF;
    text-align:center;
    min-width:1040px;
    min-height:650px;
}

#vert-hoz{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-325px;/* half elements height*/
	margin-left:-520px;/* half elements width*/
	width:1040px;
	height:650px;
	border:1px solid white;
	background:#FFFFFF;
	overflow:hidden;/* allow content to scroll inside element */
	text-align:left;
}
