html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #4d0303;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(images/NVGAsuperCon_runner.jpg);
	background-repeat: repeat-x;
	background-position: center 335px;
}
a {
	font-weight: bold;
	color: #000;
	text-decoration:none;
}
a:visited {
	font-weight: bold;
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #999;
	font-weight: bold;
	text-decoration: underline;
}
#page {
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/NVGAsuperCon_july24th26th.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height:auto;
	min-height:100%; /* real browsers */
}
#splash {
	width: 852px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/NVGAsuperCon_denverHome.jpg);
	height:100%!important; /* real browsers */
	min-height:100%; /* real browsers */
}
.subscribe{
	padding-left: 450px;
	position:relative; /* needed for footer positioning*/
	padding-right: 160px;
	padding-top: 156px;
}
.vendor{
	width: 172px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	position:relative;
	left: 150px;
	top: -6px;
	height: 171px;
}
.kaleb{
	position: absolute;
	width: 100%;
	margin: 0px;
	top: 0px;
}
.aawa {
	width:652px;
	margin-left: auto;
	margin-right: auto;
}
.footer{
	width: 520px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	position:relative; /* needed for footer positioning*/
}
