body
{
	background: black url(aerial.jpg) center no-repeat;
	position: center;
	width: 95%;
	height: 100%;
	min-width: 1000px;
	max-width: 4000px;
}
nav ul
{
	text-decoration: none;
}
nav.horizontalNAV
{
	margin-left: 35%;
	width: 66%;
}
nav.horizontalNAV li
{
	font-size: 140%;
	float: left;
	padding: 15px 0px;
	text-align: center;
	width: 20%;
}

nav.horizontalNAV li a
{
	color: white;
}
p {
	color: white;
  font-size: 25px;
  float:left;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

video{
	margin-left: 30%;
	align: middle;
}

footer
{
	clear: left;
	margin-left: 30%;
	width: 66%;
}
footer address
{
	color: white;
	font-size: 80%;
	height: 100%%;
	font-style: normal;
	padding-top: 500px;
	text-align: bottom;
}