@charset "utf-8";
/* CSS Document */

html, body { 
	height:100%; 
	width:100%; 
	margin:0; 
	padding:0; 
}

a
{
  outline: none;
}

#mainWrapper {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -24px;
	position:relative;
}


.indexSplash {
	width:100%;
	height:485px;
}

.push { 
	height: 24px;
}

.footer { 
	height: 24px;
	border-top:dashed #999999;
	border-width: 1px;
	z-index:1;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	padding-top:3px;
}

.sponsorsWrapper {
	width:100%;
	position:relative;
	height:120px;
	text-align:center;
	padding-top:40px;
}
