@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial;
	font-size: 0.8em;
	color: #666666;
	margin: 0;
	padding: 0;
	letter-spacing: 1em;
}

a:link, a:active, a:visited { 
	color: #ffffff;
	text-decoration: none;	
}

a:hover { 
	color: #cccccc;
	text-decoration: underline;	
}

/*  L A Y O U T  */


img#bg {
	z-index: 0;
	position:fixed;
	top:0;
	left:0;
	 width:100%;
	height:100%;
}

#content {
	z-index: 1;
	text-align: center;
	position:absolute;
	top:50%;
	height:230px;
	margin-top:-130px; /* negative half of the height */
	width: 100%;
}

img#hiddenlogo {
	top: -300px;
	position:fixed;
}
