/* Page Layout */
html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	background-color:#ffcb00;
	text-align:center;
	min-width:980px;
	min-height:660px;
}
#vertical{
	position:absolute;
	top:50%;
	margin-top:-330px;/* half main elements height*/
	left:0;
	width:100%;
}
#hoz {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	height:660px;
	overflow:auto;/* allow content to scroll inside element */
	text-align:left;
}


      