@charset "utf-8";
#vert-hoz{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-250px;/* half elements height*/
	margin-left:-350px;/* half elements width*/
	width:700px;
	height:412px;
	overflow:hidden;/* allow content to scroll inside element */
	text-align:left;
}
#vert-hoz-2{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-350px;/* half elements height*/
	margin-left:-350px;/* half elements width*/
	width:700px;
	height:700px;
	overflow:hidden;/* allow content to scroll inside element */
	text-align:left;
}
#vert-hoz-3{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-350px;/* half elements height*/
	margin-left:-350px;/* half elements width*/
	width:700px;
	height:700px;
	overflow:hidden;/* allow content to scroll inside element */
	text-align:left;
}
#vert-hoz-4{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-310px;/* half elements height*/
	margin-left:-350px;/* half elements width*/
	width:700px;
	height:619px;
	overflow:hidden;/* allow content to scroll inside element */
	text-align:left;
}

#vert-hoz-5{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-320px;/* half elements height*/
	margin-left:-350px;/* half elements width*/
	width:700px;
	height:800px;
	overflow:hidden;/* allow content to scroll inside element */
	text-align:left;
}
