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

body{
	background-color:#000;	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#f8d107;
}

#wrapper{
	width:819px;
	height:705px;
	margin:10px auto;
	background-image:url("temp.jpg");
	overflow:hidden;
	position:relative;	
}

#radio{
	display:block;
	width:130px;
	height:120px;
	position:absolute;
	top:210px;
	right:215px;
	text-indent:-9999px;
}
#footer{
	width:450px;
	margin:545px auto;
	text-align:center;	
}

#logo{
	display:block;
	width:300px;
	height:100px;
	position:absolute;
	top:50px;
	left:240px;
	text-indent:-9999px;
	overflow:hidden;	
}
