/* CSS Document */

body { 
	margin: 0 auto; 
	background-position: bottom;
	background: #000000 url(images/background.jpg) no-repeat 50% fixed; 
	color:#FFFFFF;
	font-size:70%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 600px; 
	}

#wrapper {
	position: relative;
	text-align: left;
	width: 600px;
	height: 380px;
	margin: 0px auto;
	text-align:center;
}

#logoholder {
	width:600px;
	margin: 0 auto;  
	text-align:right;
}

a {
	color:#FFFFFF;
}

table {
 	display:inline;
}

th { 
	vertical-align: top;
 }
 
td { 
	vertical-align: top;
}