body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#out {
	overflow: hidden;
	height: 1px;
	width: 1px;
	z-index: 5;
	position: absolute;
	left: 0px;
	top: 0px;
}
#in {
	text-align: center;
	vertical-align: middle;
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 45%;
}
#in p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #2A2A2A;
	text-align: center;
	margin: 0px;
	padding: 3px;
}
a {
	color: #0072C6;
}
a:hover {
	color: #0072C6;
	text-decoration:underline;
}