body {
	background-color: #000;
	text-align: center;
	font-family: 'Gill Sans MT', 'Gill Sans', Verdana, sans-serif;
	color: #fff;
	font-size: 12px;
	}

#outer { /* vertical centring thanks to infinitywebdesign.com */
	position:absolute;
	top: 50%;
	left: 50%;
	width:408px;
	height:278px;
	margin-top: -139px; /*set to a negative number 1/2 of your height*/
	margin-left: -204px; /*set to a negative number 1/2 of your width*/
}

#logo {
	width: 408px;
	height: 277px;
	margin: 0 auto;
}

#fade {
	width: 408px;
	height: 277px;
	border: 0;
}

p {
	color: #888;
}

a {
	text-decoration: none;
	outline: none;
}

a:active {
}
