
body {
	background-color: #000;
	color: #777;
	text-align: center;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", Sans
}

#centre {
	width: 100%;
	height: 308px;
	text-align: center;
	margin-top: -154px;
	position: absolute;
	top: 50%;
	left: 0
}
	#logo {
		width: 976px;
		height: 308px;
		background: transparent url(splash.png) no-repeat;
		margin: auto
	}
		#logo p {
			display: none
		}

#footer {
	width: 100%;
	padding-bottom: 20px;
	opacity: 0.5;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0
}
	#footer:hover {
		opacity: 1
	}
	
	#copyright {
		font-weight: bold;
		padding-left: 20px;
		float: left
	}
	#email-us {
		padding-right: 20px;
		float: right
	}
