html,body,div {
	height: 100%;
}
body {
	height: 100%;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
p {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-align: center;
	width: 290px;
	margin-top: -50px;
	margin-left: -150px;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 10px 0px;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
#site {
	height: 100%;
	width: 100%;
}
