@charset "utf-8";
body {
	background-attachment: fixed;
	background-color: #660066;
	background-image: url(images/splatterBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #660033;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660066;
}

font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660066;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AA6FA9;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330033;
}
#main td {
	vertical-align: top;
}
