body
{
	color: #000000;
	background-color: #fff8c9;
	font-family: Arial;
	font-size: 9pt;
}

main
{
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	text-align: center;
	margin-left: -50%; 
}

#logo
{
	width: 274px;
	height: 64px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	margin: 0px auto;
}
#login
{
	width: 274px;
	margin: 0px auto;
	margin-top: 10px;
	text-align: right;
}

a:link, a:active, a:visited
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}