body {
	margin: 0; padding: 0;
	background-color: #000;
	font-family: Verdana; font-size: 11px;
}
#headercontainer {
	background: repeat-x url(../images/bckheadercontainer.gif);
}
#header {
	position: relative;
	margin: 0 auto;
	width: 779px; height: 123px;
}
#header .logo {
	padding: 40px 0 0 0;
	width: 137px; height: 31px;
	background: left bottom no-repeat url(../images/bcklogo.png);
	font-size: 0;
	text-indent: -99999em;
}
#header .logo a {
	display: block;
	width: 100%; height: 100%;
}
#header ul {
	position: absolute;
	top: 62px; right: 0;
	margin: 0; padding: 0;
	list-style-type: none;
}
#header li {
	float: left;
	font-family: "Myriad Pro"; font-size: 16px;
	text-transform: lowercase;
}
#header li a {
	float: left;
	margin: 0 0 0 5px;
	width: 105px; height: 27px; line-height: 27px;
	text-align: center;
	background: no-repeat url(../images/bckheaderlilink.gif);
	color: #505050;
	text-decoration: none;
}
#header li a:hover, #header li a.active {
	background-position: left -27px;
	color: #b9b9b9;
}
#maincontainer {
	background: repeat-x url(../images/bckmaincontainer.gif);
}
#main {
	height: 575px;
	background: center top no-repeat url(../images/bckmain.gif);
}
#footercontainer {
	position: relative;
	height: 70px;
	background: repeat-x url(../images/bckfootercontainer.gif);
}
#footer {
	position: absolute;
	top: -20px; right: 25px;
	font-size: 10px;
	color: #c2400e;
}
#footer img {
	vertical-align: middle;
	border: none;
}