* {
margin:0;
padding:0;
}
body {
width:100%;
background:#000 url(../images/player_bg.jpg) no-repeat left top;
color:#4d5d6a;
font-family: "Trebuchet MS", Arial, "MS Sans Serif";
font-size: 93%;
line-height:1.5em;
}
#content {
float:left;
width:530px;
margin:0 8px;
}
#info {
margin-top:90px;
height:222px;
}
#radio {
width:530px;
height:70px;
}
.version {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin:8px 4px;
	text-align:right;

}
#chat {
margin-top:20px;
background-color:#000;
}
#clear {
clear:both;
}