body { 
	background: #000 url('../images/pagebg.jpg') top center no-repeat;
	margin: 0px;
}

h1 {	
	text-transform: uppercase;
	color: white;
	font-family: arial, verdana, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 0px;
}

p {	
	color: white;
	margin-top: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 0.9em;
}

a {
	text-transform: uppercase;
	color: #1590D3;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

#logo {
	margin: 10px auto 0px auto;
	width: 91px;
}

#textcontent {
	margin: 0px auto 30px auto;
	text-align: center;
}

#imagefader {
	position: relative;
	margin: 0 auto;
	width: 570px;
	height: 400px;
}