html, body {
	height: 98%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #000000;
	background-color: #F0F0F0;
	padding: 0;
	margin:0;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
}

#main {
	width: 950px;
	height: 520px;
	text-align: left;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top: -260px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
p {
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
}
