html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #000000;
}
a {
	color: White;
	text-decoration: none;
}
#centeredloader {
	width: 400px;
	height: 200px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -100px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}
#webdesign {
	display : none;
	visibility: hidden;
}
