body {
	background-image: url(bg.png);
	background-position: center top;
	padding: 0px;
	text-align: center;
	margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
h1 {
	font-size: 52px;
	font-weight: bold;
	letter-spacing: -2px;
}
h2 {
	font-size: 32px;
	letter-spacing: -1px;
	color: #999999;
	margin-bottom: 50px;
}
h3 {}
p {
	font-size: 24px;
}
.copywrite {
	padding-top: 150px;
	font-size: 12px;
	padding-bottom: 25px;
}
