body {
    margin:0;
    padding:0;
    background:url(images/bg.png);
}
a img {
  border:0;
}

.clear {
  clear:both;
} 

div#main {
  display:block;
  position:relative;
  width:983px;
  background:#fff;
  margin:10px auto 0 auto;
  border: 1px solid #e51937;
  
}

div#flogo {
  display:none;
  width:143px;
  height:132px;
  position:absolute;
  left:-100px;
  top:-100px;
  z-index:1000;
}

div#skyleft {
  display:none;
  position:absolute;
  left:-150px;
  top:260px;
  width:182px;
  height:240px;
  background:url(images/fanta-left.png) left top no-repeat;
  cursor:pointer;
  z-index:-1;
}

div#skyright {
  display:none;
  position:absolute;
  right:-140px;
  top:260px;
  width:176px;
  height:314px;
  background:url(images/fanta-right.png) left top no-repeat;
  cursor:pointer;
  z-index:1000;
}

div#skyright2 {
  display:none;
  position:absolute;
  right:-135px;
  top:10px;
  width:133px;
  height:70px;
  background:url(images/ineditie.png) left top no-repeat;
  cursor:pointer;
  z-index:1000;
}

div#skyup {
  display:none;
  position:absolute;
  left:50px;
  top:-65px;
  width:1069px;
  height:60px;
  background:url(images/fanta-up.png) left top no-repeat;
  cursor:pointer;
  z-index:1000;
}


div#chat-container {
  display:block;
  position:relative;
  width:683px;
  height:620px;
  float:right;
  overflow:hidden;
}       

#chatIfr {
  display:block;
  position:relative;
  width:690px;
  height:620px;
  border:1px solid #fff;
}

#player-container {
  width:300px;
  float:left;
  overflow:hidden;
}


#shoutcast {
  float:right;
  margin-right:5px;
  }


#adbox {
  width:300px;
  margin-top:14px;
}

a#winamp {
  font-family:Tahoma;
  font-weight:bold;
  font-size:14px;
  color:#e51937;
  text-decoration:none;
}
a#winamp:hover {
  font-family:Tahoma;
  font-weight:bold;
  font-size:14px;
  color:#333;
  text-decoration:none;
}
