* {
	margin: 0;
	font-family: Candara, Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
}

html {
	overflow: hidden;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background-color: black;
}

h1 {
	font-family: Candara, Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: white;
}

h2 {
	font-family: Candara, Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: white;
}

h3 {
	font-family: Candara, Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: white;
	padding-top: 10px;
}		

h4 {
	font-family: Candara, Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: white;
}	

a {
	color: #E0E0E0;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

a:selected {
	text-decoration: none;
}	

a:visited {
	text-decoration: none;
}

img {
	border: 0px;
}

#main {
	position: absolute;
	height: 580px;
	width: 855px;
	margin:-290px 0px 0px -427px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: auto;
	background-color: black;
	color: white;
	text-align: left;
}		
		
#returnHome {
	position: absolute;
	right: 30px;
	bottom: 22px;
	font-size: 12px;
	color: #D0D0D0;
	background-color: black;
}

#returnHome:hover {
	color: white;
	font-size: 12px;
}

#main {
	height: 580px;
	width: 855px;
	margin:-315px 0px 0px -452px;
	overflow: hidden;
	padding: 25px;
	background-color: white;
	background-image: url('/test/images/shadow2.gif');
	background-repeat: no-repeat;
}

#content {
	position: absolute;
	height: 580px;
	width: 855px;
	background-color: black;
	}

#goto {
	bottom: 40px;
}
