

body {
width:1000px;
margin: 0 auto 0 auto;
}

#header {
background-image:url('images/header.jpg');
width:1000px;
height:125px;
margin: 25px 0 50px 0;
}

content {
width:1000px;

}


#allstars {float:left;
width:289px;
margin:10px 10px 10px 10px;}

#theband {float:left;
width:289px;
margin:10px 10px 10px 10px;}

#studio {float:left;
width:289px;
margin:10px 10px 10px 10px;}





a.rband {
	display: block;
	width: 288px;
	height: 215px;
	text-decoration: none;
	background: url("images/theband.jpg");
	}

a.rband:hover {
	background-position: -288px 0;
	}


a.rstudio {
	display: block;
	width: 290px;
	height: 213px;
	text-decoration: none;
	background: url("images/studio.jpg");
	}

a.rstudio:hover {
	background-position: -290px 0;
	}


a.rstars {
	display: block;
	width: 292px;
	height: 221px;
	text-decoration: none;
	background: url("images/allstars.jpg");
	}

a.rstars:hover {
	background-position: -292px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}


.clear {

clear:both;
}

#footer {
margin:50px 0 10px 0;
text-align:center;
width:1000px;
font-size:11px;
color:#999;
}