﻿html,body{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	/* Everything outside rectangular box around images; 000000 = Black */
	/* background-color:#000000;  */
	/*	visibility: hidden;     Remove scroll bars */
/*  overflow:hidden;   */
overflow:auto;
overflow-x:hidden;
	
}
body{
	text-align:center;
	min-width:700px;
}

/*      ********************8 Set Vertical and Horizontal Dim ***********    */
#vertical{
	float:left;
	height:50%;
	margin-top:-330px;/* half vertical height*/
	width:100%;
}
#hoz {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:900px;
	overflow:auto;/* allow content to scroll inside element */
	text-align:left;
	clear:both;
	/* overflow:hidden; */
	overflow:hidden;
}

.verticalImage
{
    margin-top: 100px;
}

.horizImage
{
    margin-top: 45px;
}