﻿/* start of page layout styles*/
html,body{
	height:100%;
	margin:0;
	padding:0;
	background-color:#262626;
}
body{
	text-align:center;

}
#vertical{
	float:left;
	height:50%;
	margin-top:-250px;/* half vertical height*/
	width:100%;
}
#hoz {
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	left:0px;
	height:545px;
	display: inline;
	overflow:auto; width:100%; /*allow content to scroll inside element */
	text-align:left;
	clear:both;
	border:1px solid transparent; /**/
	overflow:hidden;
}

/* end of page layout styles*/
