

/* Page Layout */


html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	background:url(../images/bg_body.jpg) repeat #e7e7e7;
	text-align:center;
	min-width:1000px;
	min-height:740px;
}
#vertical{
	position:absolute;
	top:50%;
	margin-top:-370px;/* half main elements height*/
	left:0;
	width:100%;
}
#hoz {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:740px;
	overflow:auto;/* allow content to scroll inside element */
	text-align:left;
}


      