@charset "utf-8";
/* CSS Document */

body {
font-family: Verdana;
font-size:11px;
background-color: #101010;
background-image:url(images/background.jpg);
margin:0;
text-align:left;
color:#DDD;
}

* { border:none; margin:0; padding:0; }

table {border-collapse:collapse; border-top:0px; }

td {padding: 0; }

a:link, a:visited, a:hover, a:active {
	
	text-decoration:none;
	color:#03C;
	
}

.menu_link {color:#000; font-weight:bold;}
.texto {
	position:absolute;
	bottom:7px;
	color:#000;
	font-weight:bold;
	left: 5px;
	width: 97px;
	height: 15px;
}
#marco {
	background-image:url(images/wohradio_sub_main_2.png);
	background-position:bottom;
    position: absolute;
    width: 980px;
    height: 149px;
    z-index: 2;
	}
#num {	
	background-image:url(images/wohradio_sub_main_num.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
    position: absolute;
    width: 200px;
    height: 146px;
	margin-left:16px;
    z-index: 2;

	}
#imagen{

    position: relative;
    width: 970px;
    height: 146px;
    padding: 3px;
	text-align:left;
    z-index: 1;

}
#listen_button { 
	background-image:url(images/wohradio_listen.png); 
	margin-top:5px;
	margin-left:5px;
	width:203px;
	height:37px;
	position:absolute; 
	z-index:2;
}
#image {
	width:203px;
	height:37px; 
	text-align:right;
	vertical-align:bottom;
	position:relative; 
	margin-right:10px;
	margin-bottom:10px;
	z-index:1;
}