/* General Styles */

body {
	background-color: #036;
	color: #9cf;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%; }

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover { text-decoration: underline; }

img { border: 0; }

#horizon {
	background-color: transparent;
	border: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block; }

#content {
	background-color: transparent;
	border: 0;
	margin-left: -272px;
	position: absolute;
	top: -212px;
	left: 50%;
	width: 544px;
	height: 424px;
	visibility: visible; }
	
h1{
	letter-spacing: .2em;
	text-align: left;
	font-size: 20px;
	font-style: italic;
	color: #f90;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.text {
	text-align: left;
	font-size: small;
	color: #000; }

.copyright {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #069;
	font-size:7pt; }
	
.preload { display:none; }
.main {
	color: #9cf;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	width: 100%;
	height: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 12px;
}

