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

* {
	padding: 0; 
	margin: 0; 
}

body {
	font-family: "Trebuchet MS", sans-serif; 
}

#radioContainer {
	width: 750px; 
	height: 550px; 
	margin-top: 3%; 
	margin-right: auto; 
	margin-left: auto; 
}

#radioContainer h3 {
	display: none; 
}

#radio1 {
	width: 750px; 
	height: 371px; 
	background-image: url('images/radio/Radio_01.png'); 
	background-repeat: no-repeat; 
	position: relative; 
	top: 0px; 
	left: 0px; 
}

#radio2 {
	width: 359px; 
	height: 133px; 
	background-image: url('images/radio/Radio_02.png'); 
	background-repeat: no-repeat; 
	position: relative; 
}

#radio3 {
	width: 320px; 
	height: 24px; 
	background-image: url('images/radio/Radio_03.png'); 
	background-repeat: no-repeat; 
	position: relative; 
	left: 359px; 
	top: -133px; 
}

#radio4 {
	width: 71px; 
	height: 133px; 
	background-image: url('images/radio/Radio_04.png'); 
	background-repeat: no-repeat; 
	position: relative; 
	left: 679px; 
	top: -157px; 
}

#radio5 {
	width: 320px; 
	height: 109px; 
	background-image: url('images/radio/Radio_05.png'); 
	background-repeat: no-repeat; 
	position: relative; 
	left: 359px; 
	top: -266px; 
}

#footer {
	text-align: center; 
	z-index: 99; 
	position: relative; 
	top: -280px; 
}

#footer a {
	color:#FF0000; 
	text-decoration: none; 
}

#footer a:hover {
	font-style: italic; 
}

#footer h5 {
	color: #CCCCCC; 
	padding: 20px; 
}
