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

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

#vert-hoz{
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-314px;/* half elements height*/
    margin-left:-473px;/* half elements width*/
    width:946px;
    height:629px;
    border:1px solid white;
    background:#FFFFFF;
    overflow:hidden;/* allow content to scroll inside element */
    text-align:left;
}
#img{
	text-align:center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

