body{
	margin: 0;
	padding: 0;
	background: url('background.png') no-repeat fixed bottom right;
}
img {
	border: 0;
}
#head {
	height: 85px;
	width: 100%;
	margin: 0 auto;
	background: #eeb111;
	text-align: center;
}
#head img {
	margin-top: -6px;
}
#foot p {
	margin: 20px auto;
	padding-top: 5px;
	width: 963px;
	border-top: 1px dotted #eeb111;
	font: 9pt Helvetica, sans-serif;
	text-align: center;
}
#foot a, #foot a:link, #foot a:visited {
	text-decoration: none;
}
h1 {
	margin: 40px 40px 0 40px;
	font: bold 16pt/21pt Helvetica, sans-serif;
	color: #000;
}
p {
	margin: 16px 40px;
	font: 12pt/16pt Helvetica, sans-serif;
	color: #666;
}
a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #006F52;
}
a:hover {
	text-decoration: none;
}
ul, ol {
	margin: 16px 40px;
	font: 12pt/16pt Helvetica;
	color: #666;
}
#main {
	margin: 0 auto;
	width: 963px;
}