#floatdiv {
	width: 225px;
	height: 487px;
	position: relative;
	top: 0px;
	left: 0px;
	background: url(img/plughead.jpg) no-repeat;


}


#floatdivBEER {
width: 225px;
height: 487px;
position: relative;
top: 0px;
left: 0px;
background: url(img/beer_dude.jpg) no-repeat;


}


#floatdivGUITAR {
width: 225px;
height: 487px;
position: relative;
top: 0px;
left: 0px;
background: url(img/guitar_dude.jpg) no-repeat;


}


body {
 font-family: Lucida Grande, Arial, Helvetica, Verdana, sans-serif;
 font-size: 12px;
 line-height: 1.4em;
 color: #FFFFFF;
 margin: 0;
 padding: 0;
}


#AdFloater {
width: 225px;
height: 487px;
top: 50px;
left: 0px;
background: url(img/plughead.jpg) no-repeat;
position: absolute; 

}




.copytext {
	font-family: "Lucida Grande";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	position: relative;
	left: 17px;
	vertical-align: top;
	padding-left: 17px;
}


a:link {
	color: #DD5A7C;
	text-decoration: none;
}
a:visited {
	color: #E17390;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
