html {
	height: 100%;
}

body {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	min-height: 100%;
	font-family: arial, sans-serif;
	font-size: 13px;
	background: #14171c url('../images/radio/background.gif') no-repeat;
	color: #231F20;

}

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

a:hover { text-decoration: underline; }
a:focus {outline: none;}

a img { border: none; }

#radio_head { 
	height:58px;
}
#radio_menu { 
	height:70px;
}
#radio {
	background:#fff;
	height:370px;
	width:370px;
}

#player {
	padding: 10px;
}

#flash {
	background: black;
}

#radio_menu {
	position: relative;
}

#button_fmvirtual {
	position: absolute;
	top: 0;
	left: 211px;
}

#button_universal {
	position: relative;
}

#button_universal a, #button_fmvirtual a {
	display:block;
	height: 70px;
	background: url(../images/radio/buttons.gif) no-repeat;
}

#button_universal a {
	width: 213px;
	background-position: left top;
}

#button_universal a:hover, #button_universal a.selected {
	background-position: left bottom;
}

#button_fmvirtual a {
	width: 159px;
	background-position: right top;
}

#button_fmvirtual a:hover, #button_fmvirtual a.selected {
	background-position: right bottom;
}

#musiq {
	position: absolute;
	top: 12px;
	left: 235px;
	width: 123px;
	height: 24px;
}

#musiq a {
	display: block;
	background: url('../images/radio/music_shop.gif');
	width: 123px;
	height: 24px;
}
