﻿html, body{
        padding: 0px;
        margin: 0px;
        border: 0px;
		width: 100%;
}
body{
	background-color: #333333;
}
#HeaderNavBar{
	position: absolute;
	top: 0;
	margin-left: 0;
	height: 40px;
	width: 100%;
	background-color:#32271E;
	font-family: Verdana;
	font-variant: small-caps;
	font-size: 12px;
}
#HeaderNavBarTable
{
	width: 100%;
	color: White;
	margin-top: 10px;
}

#HeaderNavBarTableLeft
{
	width: 50%;
	text-align: right;
	padding-right: 150px;
}

#HeaderNavBarTableRight
{
	width: 50%;
	text-align: left;
	padding-left: 150px;
}

#HeaderNavBarTable a:visited, a:link
{
	color: White;
}

#HeaderNavBarTable a:hover
{
	color: Yellow;
}
#HeaderLogo{
	position: absolute;
	top: 0;
	margin-left: -70px;
	left: 50%;
	width: 140px;
}
#VideoWrapper{
	padding-top: 90px;
	text-align: center;
	margin-bottom: 60px;
}
#IIGLogo{
	padding-top: 40px;
	text-align: center;
}
#SilverLightControlInstruction
{
	color: gray;
	font-size: small;
}
/* FOOTER STYLES */

#Footer				{ position: fixed; bottom: 0; background-color: #32271E; color: #FFFFFF; height: 50px; width: 100%; text-align: center; z-index: 999; }
#FooterCopyright	{ font-size: 10px; padding: 15px 0 0 0; }

