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

body {
	background: #000000;
	margin: 0;
}

#page
{
	margin-left: auto;
  	margin-right: auto;
	width: 1024px;
  	margin-top: 0;
}

#splash {
	background: url(../imgs/site_splash.png) top center no-repeat;
	text-align:center;
	height:675px;
	width: 1024px;
}

#gateway
{
	text-align: center;
	position: relative;
	padding: 600px 0 0;
}

#gateway a
{
	font-family: "Times New Roman", Times, Georgia, "Bitstream Vera Serif", serif;
	color:#e0e0e0;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

#gateway a:hover
{
	color: #60407F;
	text-decoration:none;
	border: none;
}

#gateway a:active, a:visited
{
	border: none;
	text-decoration:none;
}

#info
{
	text-align: center;
	font: Verdana, Arial, Helvetica, sans-serif;
	color:#e0e0e0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
}

a:hover, a:focus {
color:#85B6FF;
text-decoration:none;
}

a:link, a:visited {
color:#0066FF;
text-decoration:none;
}
