/*
CSS for Heavy Riders M.C.
Produced by Apachemedia
*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	background: #000000;
}

#main {
	width: 1000px;
	height: 885px;
	margin: auto;
	background: url(../images/heavy_main.jpg) center top no-repeat;
	position: relative;
}

#content {
	position: absolute;
	top: 305px;
	left: 240px;
	z-index: 2;
}

#menu {
	position: absolute;
	left: 50px;
	z-index: 2;
}

#footer {
	position: absolute;
	left: 182px;
	top: 855px;
	width: 640px;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #CCCCCC;
}

#copyright {
	float: left;
	text-align: left;
}

#designby {
	float: right;
	text-align: right;
}

#designby a {
	color: #9d0d00;
	text-decoration: none;
}

#designby a:hover {
	text-decoration: none;
}

A {
  color: #9d0d00;
  text-decoration: none;
}

A:hover {
  color: #ce2213;
  text-decoration: none;
}

