@charset "utf-8";
/* CSS Document */
html {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
body {
	margin: 0 auto;!important
	padding: 0;
	width: 100%;
	min-height: 980px;
	height: 100%;
	text-align: center;
	background-color: #0D0908;
	background: transparent url(../images/Web_Mockup2_bgOnly.jpg) no-repeat;
	background-position: 50% 40%;
	background-attachment: fixed;
	width: 100%;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 82%;
}
div#header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1055px;
	height: 330px;
	background: transparent url(../images/splash_header.png) no-repeat;
}
div#buttons {
	margin: 0;
	padding:0;
	padding-left: 76px;
	padding-top: 190px;
	text-align: left;
}
div#header div#suppLink a {
	position: absolute;
	width: 285px;
	height: 26px;
	top: 254px;
	left: 196px;
}
/*div#buttons img {
	border: 0;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
div#buttons img:hover, div#buttons img:active {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	cursor: pointer;
} */
div#content {
	position: relative;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 70px;
	width: 960px;
	height: 283px;
	background: transparent url(../images/splash_content.png) no-repeat;
}
.first {
	margin-top:0;
}
.last {
	margin-bottom: 0;
}
.clearfloat {
	line-height: 1px;
	margin: 0;
	padding: 0;
	clear: both;
}
div#footer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1055px;
	height: 351px;
	background: transparent url(../images/splash_footer.png) no-repeat;
}
div#footer div#mailLink a {
	position: absolute;
	width: 140px;
	height: 20px;
	top: 176px;
	left: 241px;
}
div#footer div#sponsorLink a {
	position: absolute;
	width: 191px;
	height: 26px;
	top: 232px;
	left: 185px;
}
div#flash {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1055px;
	background: transparent;
}
div#sponsors {
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	width: 1055px;
	background: transparent;
}
div#sponsors table {
	text-align:center;
	vertical-align: middle;
}
.hidden {
	display: none;
	visibility: hidden;
}