body {
	background-image: url(images/background.gif);
	background-attachment: fixed;
	background-color: #333333;
	margin-top: 20px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
a {
	color: #FF9933;
	text-decoration: none;
	}
a:hover {
	color: #FFEE33;
	text-decoration: underline;
	}
