﻿#header_splash {
	width: 100%;
	height: 150px;
	margin-bottom: 31px;
	background-color: #000;
	background-image: URL("/images/header_splash.jpg");
	background-position: center;
}
#splash_logo
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#enter 
{
	margin: 0 auto 0 auto;	/* this along with the hard coded width allows the object to be centered on screen */
	width: 68px;
}
#enter a
{
	display: block;
	width: 68px;
	height: 28px;
	background: url("/images/nav/enter.gif") 0 0 no-repeat;
	text-decoration: none;
}
#enter a:hover
{
	background-position: 0 -28px;
}
#enter a span {	/* for browsers that actually support this css, we want to hide the real text since they can see the graphics */
	position: absolute;
	left: -9999px;
}

#icca-medal-2008
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -220px;
	left: 220px;
}

#icca-medal-2010
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -340px;
	left: 140px;
}

