﻿html,body{height:100%;background-color:#fff;text-align:center; background-color:#005846;}
form{height:100%;}
#wrapper{width:auto;margin:auto;height:100%;text-align:center;}
.content{width:100%;}
#vertical{
	position:absolute;
	top:50%;
	margin-top:-325px;/* half main elements height*/
	left:0;
	width:100%;
}
#hoz {
	width:1001px;
	margin-left:auto;
	margin-right:auto;
	height:700px;
	background:#005846;
	overflow:auto;/* allow content to scroll inside element */
	text-align:left;
}

         
