body {
	background-color: #000;
}
.main {
	color: #aaa;
	width: 980px;
	height: 600px;
	overflow: hidden;
	background-image: url('newbacker.jpg');
	text-align: left;
}
.content {
	width: 300px;
	overflow: hidden;
	height: 414px;
	line-height: 140%;
	letter-spacing: -1;
	font-family: Helvetica, Arial, sans-serif;
}
.content a, .footer a {
	color: #f90;
}
.content a:hover, .footer a:hover {
	color: #0080ff;
}
.left {
	position: relative;
	top: 116px;
	left: 48px;
	float: left;
}
.right {
	float: right;
	position: relative;
	top: 116px;
	right: 48px;
}
.middle {
	position: relative;
	top: 116px;
	left: 90px;
	width: 200px;
	text-align: center;
}
.links {
	position: relative;
	top: 66px;
	border-top: 1px solid #141414;
	border-bottom: 1px solid #141414;
	left: 325px;
	text-align: center;
	width: 580px;
	padding: 6px 0 6px 0;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -1;
}
.links li {
	list-style-type: none;
	margin: 0 10px 0 10px;
	display: inline;
}
.links li a {
	color: #5c5c5c;
	text-decoration: none;
	text-transform: uppercase;
}
.links li a:hover {
	color: #eee;
}
.footer {
	text-align: right;
	width: 920px;
	position: relative;
	top: -15px;
	left: 0;
	letter-spacing: 0;
	font-size: 10px;
	color: #5c5c5c;
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	margin: 0 0 12px 0;
	font-weight: normal;
	font-size: 20px;
	color: #490;
}
.check {
	list-style-image: url('check.png');
	color: #490;
	margin: 16px 0 16px 0;
}
blockquote {
	margin: 12px;
	line-height: 150%;
	font-size: 12px;
	font-style: italic;
	padding: 6px;
	background-color: #999;
	background-image: url('quote.gif');
	background-position: top left;
	color: #000;
}