html,body{
	height:100%;
	margin:0;
	background-color: #000;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ED1C24;
}
a:active {
	text-decoration: none;
}
#container {
	height: 100%;
	width: 100%;
	margin:0;
	text-align: center;
	background-attachment: fixed;
	background-image: url('../images/splash/bg2.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#logo {
	background-image: url('../images/splash/redPixel.gif');
	position: relative;
	top: 50%;
}
#colList {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	text-align: center;
	height: 22px;
	vertical-align: text-bottom;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	padding-top: 7px;
}
#email {
	bottom: 20px;
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	width: 100%;
}
#container #email a {
	color: #FFF;
}
