* {
  border:none;
  padding:0;
  margin:0;
  font-family:Arial;
}

body {
  background:#000000;
}

#outer {
  margin-top: 0px;
  margin-left: auto;
  margin-right:
  position:relative;
  padding: 25px;
}

#inner {
  margin: auto;
  background:#F0F0F0;
  padding:20px;
  float:left;
  clear:left;
  padding: 10px;
}

#SongTitleDiv {
  color:#333;
  line-height:20px;
  padding:10px 0;
  font-size: 14px;
  font-weight:bold;
  border:none;
  background:none;
  width: 100%;
  border-bottom:1px dotted #CCC
}

#playerTop {
  height: 312px;
  background:#F0F0F0;
  float:left;
  clear:left;
  text-align:left;
  font-family:Arial;
  width: 100%;
}

#SongHistory {
  height: 207px;
  left:20px;
  padding:0px;
  color:#666;
  line-height:14px;
  font-size:12px;
  list-style:none;
  margin-top:10px;
  overflow:auto;
}

#map_canvas {
  height: 320px;
  width:100%;
  position: relative;
  top: 20px;
}

#googleMap {
  height: 100%;
  width:100%;
  position: relative;
  top: 20px;
}

#player2 {
  padding:6px;
  float:left;
  clear:left;
  width: 100%;
}

#MainTitle {
  color:#AF7B00;
  font-weight:bold;
  font-size:30px;
  text-align:center;
  margin-bottom:0px;
}

#ListenersDiv {
  color:#666;
  line-height:14px;
  font-size: 16px;
}

#Listeners {
  float:right;
  position: relative;
  top: -12px;
}

#LastPlayedSongsDiv {
  color:#AF7B00;
  font-size:13px;
  height:20px;
  margin-top:20px;
  padding-bottom:5px;
  font-weight:bold;
}

#LastPlayedSongs {
  float:left;
  margin-right:10px;
  width:100%;
}

#TitleTable{
  width: 100%;
}

#footer {
  margin-top:10px;
  color:#CCC;
  font-size:13px;
  position: relative;
  top: 10px;
}

#footer a {
  color:#CCC;
  font-weight:bold;
}

#Copyright {
  font-size: 9px;
}

#player_preview {
  padding-below: 50px;
}

#twitter {
  position: relative;
  top: 4px;
}

#tunelinks {
  font-size:12px;
}


