/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #006699;
	background-image: url(../Images/bg.jpg);
	background-repeat: repeat-x;
	width: 982px;
	height: 595px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	text-align: center;
}

label {
	font-weight: bold;
}

a {
	font-variant: small-caps;
}

a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#splash {
	background: url(../Images/splash.gif) no-repeat;
	background-position:top center;	
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#form {
	height: 50px;
	width: 500px;
	margin-top: 240px;
	margin-left: 240px;
	#margin-left: -250px;
	position: absolute;
	text-align: center;
}

form {
	margin: 0px;
	padding: 0px;
}

#footer {
	color: #FFFFFF;
	font-size: x-small;
	text-align: center;
}

#errors {
	color: Yellow;
	font-weight: bold;
	text-align: center;
	display: inline;
}

#errors ul {
	 list-style: none;	
}