body {
	background: #fff;
	margin-top: 100px;
	text-align: center;
	font: 16pt/20pt tahoma, verdana, arial;
	color: #333;
}

a {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: center;
	border-bottom: 1px solid #000;
	background: #fff;
}
#top {
	border-bottom: 1px solid #000;
	font: 16pt/20pt tahoma, verdana, arial;
	color: #333;
	font-weight: bold;
	padding-bottom: 5px;
	letter-spacing: 1;
	text-align: left;
}
.fluffyrally {
	color: #336699;
}
#main {
	margin-top: 3px;
	margin-bottom: 3px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	padding-top: 15px;
	padding-bottom: 40px;
}
#main img {
	border: 1px solid #000;
	margin
}
#main img.superstars {
	background: #fff url(images/superstars_off.jpg) no-repeat top left;
}
#main img.rally {
	margin-right: 42px;
	margin-left: 42px;
	background: #fff url(images/rally_off.jpg) no-repeat top left;
}
#main img.web {
	background: #fff url(images/web_off.jpg) no-repeat top left;
}