body { 
	margin:0; 
	padding:0; 
	line-height: 20px; 
	text-align:left; 
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #683b0c;
}



#placeholder { 
	width:350px; 
	margin:0px auto; 
	z-index:20; 
}
	
	
	
#thumbnail { 
 	position: absolute; 	
	width: 125px; 
	height: 125px; 
	top: 10px;
	left: 400px;
	z-index:20;
}










/* --------------- PIMP3 -------------- */
#player { position:relative; z-index:1; width:298px; height:40px; background:#edeae5; border:1px solid #404041; font-family:Arial, Helvetica, sans-serif; font-size:10px;}

#sound_selected { position:absolute; top:10px; left:0px; width:200px; padding-left: 10px; line-height:20px; height:20px; background:url(select_arrow.gif) no-repeat 210px center; display:block; border:1px solid #edeae5; }
#sound_track { position:absolute; z-index:2; top:44px; left:-1px; background:#050505; border:1px; border-style:solid; border-color:#000; }
#sound_track a { display:block; padding-left: 10px; width:197px; line-height:20px; height:20px; border-bottom:0px solid #000; }
#sound_track a:hover { position:relative;}

#play_button, #stop_button { position:absolute; right:0; width:85px; height:20px; line-height:20px; display:block; background-repeat:no-repeat; background-position:70px center; }
#play_button { top:0; z-index:2; padding-left: 5px; background-image:url(play_button.gif); border-left:1px solid #404041; border-bottom:1px solid #404041;}
#stop_button { top:20px; z-index:1; padding-left: 5px; background-image:url(stop_button.gif); border-left:1px solid #404041; }

#player a:link, #player a:visited { background-color:#edeae5; color:#000; text-decoration:none; }
#player a:hover, #player a:focus, #player a:active { background-color:#999; color:#000; } 


#sound_statuss { position:absolute; z-index:3; left:244px; top:0px; width:16px; height:40px; background:#edeae5 url(sound_status.gif) no-repeat center; border:0px; border-style:solid; border-color:#404041;}