/* CSS Document */
img {
   behavior: url("pngbehavior.htc");
}
body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #005aa1;
	background-image:url(images/splash_bg.gif);
	background-position:center center;
	background-repeat:repeat-x;
	}

#pusher {
	width: 100%;
	height: 50%;
	}
	
html>body #container {
	height: 200px;
	margin-top: -136px;
	background-color: #ffffff;
	border-top: 5px solid #fdb925;
	border-bottom: 5px solid #fdb925;
/*	background-image: url(images/splash_center_bg.gif);
	background-position: center center;
	background-repeat:no-repeat;*/
	text-align:center;
	}
* html #container {
	height: 100px;
	margin-top: -136px;
	background-color: #ffffff;
	border-top: 5px solid #fdb925;
	border-bottom: 5px solid #fdb925;
/*	background-image: url(images/splash_center_bg.gif);
	background-position: center center;
	background-repeat:no-repeat;*/
	text-align:center;
	}
	
#pusher2 {
	width:45%;
	height:100%;
	float:left;
	}
	
#content {
	width:600px;
	height:100%;
	margin-left:-175px;
	float:left;
	background-image:url(images/splash_logo.gif);
	background-position: top center;
	background-repeat:no-repeat;
	text-align:center;
	position: relative;
	z-index: 500;
	}
	
#content div {
	margin-top:125px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	}
#logo {
	position: absolute;
	top:-105px;
	left: -160px;
	margin-bottom: -105px;
}
#content div a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	text-decoration:none;
	color: #005aa1;
	}
	
#content div a:hover {
	text-decoration:underline;
	}

p {
	margin-bottom:20px;
	}
	
html>body #enterlinks {
	position:absolute;
	margin-left:-275px;
	}
	
*:first-child+html #enterlinks {
	position:absolute;
	margin-left:-425px;
	}
	
#enterlinks {
	position:absolute;
	margin-left:-425px;
	}