body
{
	font-family: "Verdana";
	font-size: 12px;
}

body table
{
	font-family: "Verdana";
	font-size: 12px;
}

#miradio
{
	background-image: url(../img/empty_playerb.png);
	background-repeat: no-repeat;
	height: 310px;
	width: 500px;
	/*border: 1px solid red;*/
}

#homepage
{
        position: absolute;
        width: 200px;
        height: 50px;
        /*border: 1px red solid;*/
        right: 20px;
}

#screen
{
	position:relative;
	top:55px;
	left:35px;
	width:440px;
	height: 200px;
	/*border: 1px solid blue;*/
}

#screen #logo
{       
	width: 30%;
	
	float: left;
        text-align: center;
        position:relative; /* Added since the new logo */
        top: 5px;
        /*top: 20%; /* Added since the new logo */
        left: 5px;
	/*border: 1px solid orange;*/
        vertical-align: middle;
}

#screen #logo img
{
    /*border: 1px solid green;*/
}

#screen #info
{
	position: relative;
	top:10px;
	width:60%;	
	float:right;
	/*border: 1px solid red;*/
}

#screen #info .infoLine
{
	padding-top: 7px;
	/*border: 1px solid red;*/
}

#screen #facebook
{
        position: relative;
        float: right;
        top: 20px;
        right: 25px;
        /*border: 1px solid lime;*/
}

#btnPlay
{
	/*background-image: url(../img/play.jpg);*/
	width:47px;
	height:45px;
	position:relative;
	top:40px;
	left:30px;
        /*border:1px fuchsia solid;*/
}

#status
{
	color: white;
	position:relative;
	top:0px; /*was 30px*/
	left:100px;
	width:200px;
        /*border: red 1px solid;*/
}
 
#status #main
{
	color:orange;
	font-weight:bold;
	font-size:15px;
}

#status #extra
{
	width:100%;
}

#advertisement
{
	width:500px;
	/*height:55%;*/
	padding-bottom: 10px;
	background-color: black;	
	text-align: center;
	vertical-align: middle;
	/*border: 1px solid orange;*/
}

#advertisement img
{
	width: 480px;
}

#message
{
	border: white 1px solid;
	background-color: black;
	color: white;
	padding: 5px;
}

#adsenseContainer
{
        width: 500px;
        text-align: center;
}
