html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	back-ground:#eae7d7 url(images/vert-centre.jpg) repeat-x center center;
	background-color: white;
	text-align:center;
	min-width:626px;
	min-height:450px;
}
#vert-hoz{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-50px;/* half elements height*/
	margin-left:-313px;/* half elements width*/
	width:624px;
	height:150px;
	overflow:hidden;/* allow content to scroll inside element */
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
}