body {
	background-image: url(under_construction.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-color: #FFFFFF;
}

p {
	text-align: center;
	font-family: sans-serif;
	font-size: 12px;
	color: #999999;
	margin-top: 40%;
}

a:active, a:link, a:visited {
	text-decoration:none;
	color: #999999;
}
a:hover {
	text-decoration:underline;
	color: #999999;
}
