body { 
	background: #92d4d4; 
	background-image: url("http://www.8bitrevival.com/images/2010background.jpg"); 
	font-family: arial, verdana, tahoma, sans-serif; 
	font-size: 12px; 
	color: #666; 
	margin: 0px;
	}

hr {
	border: 0;
	color: #ffa993;
	background-color: #ffa993;
	height: 3px;
}

a {
	text-decoration: none;
	color: #ff5338;
}

h2 {
	color: #ff5338;	
}	

#dumb {
	top: -20px;
}
#songies {
	position: absolute; 
	width: 450px; 
	height: 25px; 
	z-index: 5; 
	left: 439px; 
	top: -10px;
}

#menu {
	position: absolute; 
	width: 450px; 
	height: 25px; 
	z-index: 5; 
	left: 650px; 
	top: 128px;
	align: left;
}

#menuvert {
	position: absolute; 
	width: 50px; 
	height: 25px; 
	z-index: 5; 
	left: 320px; 
	top: 3px;
	align: left;
}

#menuvert-left {
	position: absolute; 
	width: 50px; 
	height: 25px; 
	z-index: 5; 
	left: 320px; 
	top: 3px;
	align: right;
	float: right;
}

#menuvert-right {
	position: absolute; 
	width: 50px; 
	height: 25px; 
	z-index: 5; 
	left: 370px; 
	top: 3px;
	align: right;
	float: right;
}


backdrop {
	position: absolute; 
	width: 800px; 
	height: 600px; 
	z-index:0; 
	left: 0px; 
	top: 0px;
}

#content {
	border:5px solid #ffa993; 
	padding: 13px; 
	position: absolute; 
	width: 700px; 
	height: auto; 
	z-index: 0; 
	left: 20px; 
	top: 150px; 
	background-color: #eee; 
	overflow: auto;
}

#button { background-color:#ffa993; float: left; padding: 3px; margin: 1px;font-size: 20px; font-family: verdana; color: #ffa993; }

#button a { text-decoration: none; color: #eee; }

#button a:hover { text-decoration: none; color: #ff5338; }

#button a:active { text-decoration: none; color: #ffa993; }

#buttonv { background-color:#ffa993; float: left; padding: 2px; margin: 2px; font-size: 13px; font-family: verdana; color: #ffa993; }

#buttonv a { text-decoration: none; color: #eee; }

#buttonv a:hover { text-decoration: none; color: #ff5338; }

#buttonv a:active { text-decoration: none; color: #ffa993; }

#buttoned { background-color:#ffa993; float: left; padding: 3px; margin: 1px;font-size: 20px; font-family: verdana; color: #ffa993; }

#buttoned a { text-decoration: none; color: #eee; }

#buttoned a:hover { text-decoration: none; color: #ff5338; }

#buttoned a:active { text-decoration: none; color: #ffa993; }

#buttonved { background-color:#ffa993; float: right; padding: 2px; margin: 2px; font-size: 13px; font-family: verdana; color: #ffa993; }

#buttonved a { text-decoration: none; color: #eee; }

#buttonved a:hover { text-decoration: none; color: #ff5338; }

#buttonved a:active { text-decoration: none; color: #ffa993; }


img.floatleftborder {
border: 1px solid #333333 ;
padding: 5px 5px 5px 5px ;
margin: 0px 10px 0px 0px;
float: left;
}