body {
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 13px;
	background: #252525;
	border-bottom: 1px solid #e5ae5e;
	font-family: lucida grande, helvetica, verdana, sans;
	text-align: center;
	}
	
#status_bar {
	width: 900px;
	margin: 0 auto;	
	padding-top: 9px;
	padding-left: 7px;
	height: 21px;	
}

#status_bar a {
	font-size: 85%;	
	color: #c1c4c4;
	text-decoration: none;
	float: left;
	display: block;	
}

#czech_on {
	background: url(../images/language_switcher.gif) top left no-repeat;
	width: 19px;
	text-indent: -9000px;
}

#english_off {
	background: url(../images/language_switcher.gif) top right no-repeat !important;
	width: 19px;
	text-indent: -9000px;
	margin-right: 8px;
}

#czech_off {
	background: url(../images/language_switcher.gif) bottom left no-repeat;
	width: 19px;
	text-indent: -9000px;
}

#english_on {
	background: url(../images/language_switcher.gif) bottom right no-repeat !important;
	width: 19px;
	text-indent: -9000px;
	margin-right: 8px;
}

#language_switcher {
	background: none !important;	
}


* html #audio_controlls {
	float: right;	
    margin-top: -4px;
   }


#audio_controlls {
	float: right;
	margin-top: -16px;
   }
   
   
