html, body, #website
{
	height: 100%;
	overflow: hidden;
}

body
{
	background: #FFFFFF; 
	font: 86% Arial, sans-serif; 
	margin: 0;
}

#please-wait
{
	background-color: #FFFFFF;
	border: 1px solid #555555;
	color: #555555;
	height: 75x;
	width: 320px;
	padding: 20px 10px;
	text-align: center;
	margin-top: 150px;
	display: inline-block;
}

#wrap-message
{
	background-color: transparent;
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
}