html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

#wrapper {
	width:600px;
	height:350px;
	margin:0px;
	padding:0px;
	font-size:11px;
	font-family:Verdana, Arial, 'Trebuchet MS', 'Sans serif';
	color:#535353;
}

#wrapper #top {
	width:590px;
	height:35px;
	background-image: url(img/top.jpg);
	background-repeat:no-repeat;
	color:#fff;
	text-align:right;
	padding:15px 10px 0 0;
}

#wrapper #top a {
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}

#wrapper #nowplaying {
  width:590px;
	height:24px;
	background-image: url(img/nowplaying_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding:10px 10px 0 0;
	font-size:11px;
	
}

#wrapper #nowplaying iframe {
  position: absolute;
  top: 56px;
  left: 275px;
  height: 25px;
}

#wrapper #leftbox {
	width:299px;
	height:266px;
	background-image:url(img/leftbox_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	display:inline;
}

#wrapper #rightbox {
	width: 301px;
	height: 266px;
	background-image: url(img/rightbox_bg.jpg);
	background-repeat: no-repeat;
	float:right;
	display:inline;
}

#leftbox #playerbox {
	width:289px;
	margin:145px 0 0 6px;
}

#playerbox #playerboxtop {
	width:289px;
	height:8px;
	font-size:1px;
	background-image: url(img/playerbox_top.jpg);
	background-repeat: no-repeat;
}

#playerbox #playerboxcontent {
	width: 269px;
	font-size: 11px;
	background-image: url(img/playerbox_bg.jpg);
	background-repeat: repeat-y;
	padding:3px 10px;
}

#playerbox #playerbox_box {
	width: 279px;
	font-size: 11px;
	background-image: url(img/playerbox_bg.jpg);
	background-repeat: repeat-y;
	padding:0px 5px;
}

#playerbox #playerboxbottom {
	width:289px;
	height:8px;
	font-size:1px;
	background-image: url(img/playerbox_bottom.jpg);
	background-repeat: no-repeat;
}

#playerbox #playerdownload {
	margin:2px 0 0 5px;
}

#playerbox #playerdownload a {
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}

#playerbox #playerdownload a:hover {
	text-decoration: none;
}

#rightbox #ad {
	width:300px;
	height:250px;
	margin:0 0 0 1px;
}

#quality, #player {
  margin: 5px 0 0 27px;
  width: 170px;
  font-size: 90%;
}

input#send {
  font-size: 100%;
  font-weight: bold;
  color: white;
  height: 27px;
  width: 46px;
  background-color: transparent;
  border: 0;
  background-image: url(../themes/sunbeatz/img/newsletter-button.gif)
}
