/*
 *		Kris Green - Layout CSS
 *			¢ Copyright 2010
 *			Jonathan Coullet
 */

/* Main */
* {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body {
	background: #4C4C4C;
}

#kris {
	display: block;
	position : absolute;
	width: 900px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin: -350px 0px 0px -450px;
	padding: 665px 0px 0px 0px;
	background: url('../build.png') 0px 0px no-repeat;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

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

a:hover {
	text-decoration: underline;
}