body {
	background-color: #ffffff;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

#logo {
	margin-bottom: 20px;
}

#main {
	width: 500px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -250px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
}

#links {
	font-size: 11px;
}

a, a:visited {
	font-weight: bold;
	color: #3366FF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}