@charset "utf-8";
/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
	margin: 0px; 
	padding: 0px; 
	background-color: #FFFFFF; 
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; 
	font-size: 14px; 
	vertical-align: top; 
	color: #000000; 
}

#content {
	width: 400px;
	left: 50%;
	margin-left: -200px;
	height: 400px;
	top: 50%;
	margin-top: -200px;
	border: none;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

#subtitle {
	line-height: 60px;
	font-weight: bold;
	font-size: 18px;
}
a {
 text-decoration: none;
 color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}