

#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;
}

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

#content {
	z-index: 0; 
	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; }


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