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

body {
	background-color: #121212;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #015886;
	font-family: Arial, Helvetica, sans-serif;
}

img, div, h1, h2, a, li { 
	behavior: url(pngfix/iepngfix.htc)
}

a:link {
	color: #015886;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #015886;
}
a:hover {
	text-decoration: none;
	color: #e39e2d;
}
a:active {
	text-decoration: none;
	color: #015886;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 674px;
	height: 520px;
	background-color: #000;
	background-image: url(../images/indexbackground.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-top: thick #FFF solid;
	border-left: thin #FFF solid;
	border-right: thin #FFF solid;
	border-bottom: thick #FFF solid;
}

#container h1 {
	position: relative;
	left: 455px;
	top: 185px;
	margin: 0;
	padding: 0;
	width: 214px;
	height: 333px;
	background-image: url(../images/indexlogo.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 10;
}

#container h3 {
	position: relative;
	left: 70px;
	top: 23px;
	margin: 0px;
	padding: 0px;
	width: 478px;
	height: 80px;
	background-image: url(../images/indextext.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 5;
}

#enter {
	width: 660px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 58px;
	text-align: center;
}

#enter p {
	font-size: 0.8em;	
}

#navigation {
	display: none;	
}