* {
	margin: 0;
	padding: 0;
}

body {

	background: #408CB3 url(bg_big.jpg) no-repeat fixed center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.2em;
	line-height: 150%;
	text-align:justify;
}

ul, ol {
}

blockquote {
}

a {
	color: #B3E5FF;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

hr {
	display: none;
}


/* Enter Page */

#logoenter {
	margin: 0 auto;
	width: 576px;
	height: 120px;
}

#text {
	margin: 0 auto;
	width: 570px;
	min-height: 120px;
	color:#FFFFFF;
	font-size:11px;
	line-height: 1 em;
}


#top {
	height: 40px;
	margin: 0 auto;
	padding: 0;
	/*border-bottom: 6px solid #3F3F3F;*/
	color: #414141;
}


#splash {
	height: 500px;
	margin: 0 auto;
}


/* Footer */

#footer {
	/*clear: both;
	width: 970px;*/
	height: 100px;
	color:#FFFFFF;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 10px solid #408CB3;
	font-size: 11px;
/*	background-color:#C1E3FF;*/
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

