body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#header {
	margin: 150px 0 0 0;
}

#header h1, #header h2 {
	display: none;
}

#content {
	background: url(logo2.png) no-repeat;
	width: 803px;
	height: 162px;
	margin: 20px 0;
	padding: 175px 0 0 0;
}

#footer {
	margin: 0 0 0 -30px;
	font-size: 8pt;
}

#content p {
	margin: 0 0 0 -30px;
}

a {
	text-decoration: none;
	color: #7c9c0b;
}

a:hover {
	text-decoration: underline;
}