@media all {
BODY { 
	background: url(/images/background_rockin.jpg) red;
	background-repeat: repeat;
	background-attachment: fixed;
	}
div.lyrics {
	border: 1px red solid;
}                
#searchBox select, .textinput{
	background-color: #6C0404;
}
#quietstuff a {
	font:1px verdana, arial, helvetica, sans-serif;
	font-weight:100;
	background-color: #6C0404;
	color:  #6C0404;
}
		
#quietstuff a:link {color:  #6C0404; text-decoration:none;}
#quietstuff a:visited {color:  #6C0404; text-decoration:none;}
#quietstuff a:hover {color:  #6C0404; text-decoration:none;} 

}

