body {
background-color:black;
background-image:url(comingsoon.png);
background-repeat:no-repeat;
background-position:50% 50%;
background-attachment:fixed;
}
body a{
	position : absolute;
	display : block;
	top : 50%;
	left : 50%;
	width : 200px;
	text-align : center;
	height : 20px;
	margin-left : -100px;
	margin-top : 220px;
	color : #999;
	font-size : 11px;
	font-family : Arial, sans-serif;
	text-decoration : none;
}