html {
	background: black;
}
#header {
	width: 800px;
	height: 63px;
	background:transparent url(../images/header.png) no-repeat scroll left top;
}

#header h1 {display: none;}

#top {
	width: 800px;
	height: 338px;
}

#top_left {
	width: 453px;
	height: 338px;
	background:transparent url(../images/size-matters-top-banner.png) no-repeat scroll left top;
	float: left;
}

#top_right {
	width: 340px;
	height: 338px;
	float: right;
	padding-top: 50px;
}

#top_right p {
	margin-top: 15px;
}

#top_right a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#middle {
	width: 800px;
	height: 59px;
	background:transparent url(../images/size-matters-banner.png) no-repeat scroll left top;
}

#middle h3 {display: none;}

#bottom ul {
	width: 800px;
	height: 190px;
	position: relative;
}

#bottom li {
	/*width: 800px;*/
	height: 190px;
	position: absolute;
}

#bottom ul li, #bottom ul a {
	height: 190px;
	display: block;
}

#bottom ul li span {
	display: none;
}

#bottom a {outline: none;}

#spectrum-375-xtreme {
	width: 258px;
	height: 190px;
	background:transparent url(../images/spectrum_375_xtreme.png?2) no-repeat scroll left top;
}

#spectrum-625-xtreme {
	width: 267px;
	height: 190px;
	left: 258px;
	background:transparent url(../images/spectrum_625_xtreme.png?2) no-repeat scroll left top;
}

#spectrum-875-xtreme {
	width: 275px;
	height: 190px;
	left: 525px;
	background:transparent url(../images/spectrum_875_xtreme.png?2) no-repeat scroll left top;
}

#footer {
	width: 800px;
	height: 35px;
	background: #0e55a5 url(../images/footer.png) no-repeat scroll right bottom;
	color: white;
	font-family:Arial,sans-serif;
	font-size:11px;
	padding: 5px 0 0 5px;
	margin-top: 15px;
}

#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
