/* MARAUDER OCTOBOT
design by zach lapidus
if you are reading this,
i recommend you find another website to learn from;
this css is probably invalid and was just hacked
together by me in a rush job. thanks for
checking it out, though.
*/

body {
  background-color: #FFFFFF;
  padding: 50px 0px 15px 0px;

}

#main-wrap {
	position: relative;
	width: 800px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}

#head-container {
	position:relative;
	text-align:right;
	height:124px;
}

#body-container{
	position:relative;
	height: 500px;
	width: 800px;
	background-image: url('../img/circuit.png');
	background-repeat: no-repeat; 
}

a#info {
	background-image: url('../img/info.png');
	position:absolute;
	height: 45px;
	width: 24px;
	top: 38px;
	left: 128px;
}

a#info:hover {background-position: -24px 0;}


a#news {
	background-image: url('../img/news.png');
	position:absolute;
	height: 55px;
	width: 24px;
	top: 159px;
	left:11px;
}

a#news:hover {background-position: -24px 0;}

/*pics must be translated by +7 because of the lowercase p */

a#pics {
	background-image: url('../img/pics.png');
	position:absolute;
	height: 55px;
	width: 25px;
	top: 222px;
	left: 18px;
}

a#pics:hover {background-position: -25px 0;}

a#shows {
	background-image: url('../img/shows.png');
	position:absolute;
	height: 24px;
	width: 65px;
	top: 308px;
	left: 195px;
}

a#shows:hover {background-position: 0 -24px;}

a#listen {
	background-image: url('../img/listen.png');
	position:absolute;
	height: 24px;
	width: 55px;
	top: 308px;
	left: 704px;
}

a#listen:hover {background-position: 0 -24px;}

#foot-container {
	position:relative;
	text-align:center;
	width: 800px;
	color: #a6a492;
	font-size: 9px;
}