body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	text-align: center;
}

#container
{
	width: 753px;
	margin: auto auto;
}

#logo
{
	height: 300px;
	background: url(logo.gif) bottom center no-repeat;
}

#copyright
{
	height: 40px;
	color: #666666;
	padding-top: 25px;
	padding-bottom: 40px;
	letter-spacing: 1px;
	line-height: 15px;
	text-align: center;
}

a
{
	border-bottom: 1px solid #00529C;
	color: #00529C;
	text-decoration: none;
}
a:hover
{
	border-color: #FFFFFF;
}
