/* CSS Document */

/* ##################### OVERALL SETTINGS ##################### */
html {
  height           : 100%;
}

body {
  height           : 100%;
  background       : #000000;
  margin           : 0px;
  padding          : 0px;
  text-align	   :center;
  background       : url('images/poster.jpg') no-repeat center center; 
}

a {text-decoration : none;
   color           : #000000;
}

a:visited {
	text-decoration : none;
   	color           : #000000;
} 

a:hover{
	text-decoration : none;
	color			:#584f3e;
}

a:visited:hover{
	text-decoration : none;
	color			:#584f3e;
}  

td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height      : 20px;
  color            : #00000;
  text-align       : justify;
}


/* ############## CONTAINER SETTINGS ############### */

#wrapper {
  width            : 1000px;
  height           : 700px;
  padding          : 0px;
  border           : 0px solid #333333;
  margin		   : 0 auto;
  text-align	   : left; 
}

#flash{
}

#head {
  border-bottom    : 1px solid #333333;
  float			   : left;
  background       : url('images/new-logo.gif') transparent;
  width            : 880px;
  height           : 75px;
}

#bleft {
  border-right     : 0px solid #333333;
  float			   : left;
  background       : url('images/left.png') repeat-y transparent;
  width            : 10px;
  height           : 825px;
}

#colleft {
  border-right     : 1px solid #333333;
  float			   : left;
  background       : #FFFFFF;
  width            : 199px;
  height           : 700px;
}

#playlist {
  border-right     : 1px solid #333333;
  float			   : left;
  background       : #E5DE93;
  width            : 199px;
  height           : 500px;
}


#meta {
  border-top       : 1px solid #333333;
  float			   : left;
  background       : #F4ECD7;
  width            : 199px;
  height           : 200px;
}

#stage {
  float			   :left;
  background       : #000000;
  width            : 680px;
  height           : 700px;
}
 
#list {
  border-top       : 1px solid #333333;
  float			   :left;
  background       : #ffffff;
  width            : 680px;
  height           : 350px;
  overflow-y	   : scroll;
  scrollbar-arrow-color: blue; 
  scrollbar-face-color: #e7e7e7; 
  scrollbar-3dlight-color: #a0a0a0; 
  scrollbar-darkshadow-color: #888888;
}

#foot {
  border-top       : 1px solid #333333;
  float			   :left;
  background-color : #FDFDDA;
   background       : url('images/new-foot.gif') transparent;
  width            : 880px;
  height           : 50px;
}

#bright {
  border-right     : 0px solid #333333;
  float			   : left;
  background       : url('images/right.png') repeat-y transparent;
  width            : 10px;
  height           : 825px;
}