.site {
	background-color: #000000;
	width: 815px;
	left: 50%;
	position: relative;
	height: 1000px;
	z-index: 1;
	margin-left: -407px;
}
.left {
	position: relative;
	width: 300px;
	z-index: 2;
	left: 20px;
}
.main {
	position: relative;
	left: 345px;
	width: 450px;
	top: -518px;
}
.floatleft {
	float: left;
}
.footer {
	position: absolute;
	top: 1350px;
	left: 225px;
}

a:link {
	color: #D13120;
}
a:visited {
	color: #996600;
}
