html,body{
    height:100%;
    margin:0;
    padding:0;
}
body{
	background-image: url(images/bg.gif);
    min-width:960px;
    min-height:590px;
}
#vertical{
	position:absolute;
	top:50%;
	margin-top:-300px;/* half main elements height*/
	left:0;
	width:100%;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#hoz {
    width:960px;
    margin-left:auto;
    margin-right:auto;
    height:590px;
    background:#fff;
    overflow:auto;/* allow content to scroll inside element */
    text-align:left;
}

