﻿html,body{
	height: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;
	
}
body{
	text-align:center;
	min-width:600px;
	min-height:900px; /* make sure min-height is large enough or scrollbars will not cover everything */
}

/*      ********************8 Set Vertical and Horizontal Dim ***********    */
#vertical{
	float:left;
	height:50%;
	margin-top:-330px;/* half vertical height*/
	width:100%;
}
#hoz {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	height:800px;
	overflow:auto;/* allow content to scroll inside element */
	text-align:center;
	clear:both;
	/* overflow:hidden; */
	overflow:hidden;
}

.verticalImage
{
    margin-top: 100px;
}

.horizImage
{
    margin-top: 45px;
}

.News
{
   position:relative;
   text-align:center;
   margin-left:100px;
}