body {
	font-family: verdana, arial, sans-serif;
	font-size: small;	
	background-color: #000000;
  background-image: url('/images/darkerboard.jpg');
  background-position: 0 0;
  background-attachment: fixed;	
	color: #CCCCCC;
  margin: 0px;
  padding: 0px;
  border: 0px;
	text-align: center;
}

img {
        border: none;
}

input, textarea {
  color: #CCCCCC;
  background-color: #000000; 
  background-image: url('/images/getdarkboard.jpg');
  background-position: 0 0;
  background-attachment: fixed;
  border-width: 1px;
}

a {
  background-position: 0 0;
  background-attachment: fixed;
}

a:link {
        color: #CCCCCC;
}

a:visited {
        color: #CCCCCC;
}

a:hover{
	cursor: pointer;
        color: #FFFFFF;
	background-image: url('/images/greyboard.jpg');
}

a:active{
        color: #CCCCCC;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 760px;
}

#player {
	width: 500px;
	float: left;
	padding: 1px;
	margin: 1px;
}

#toplist {
	float: right;
	width: 250px;
	padding: 1px;
	margin: 1px;
}

table {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

p {
    margin: 0px;
    padding: 0px;
    border: 0px;
}


ul {
  list-style-type: none;
  list-style-position: inside;
  padding: 0px;
  margin: 0px;

}

li {
  background-position: 0 0;
  background-attachment: fixed;
  cursor: move;
  marker-offset: 0px;
}

li:hover {
  background-image: url('/images/greyboard.jpg');
}

#voltrack, #fadetrack {
  background-image: url('/images/dullboard.jpg');
  background-position: 0 0;
  background-attachment: fixed;	
}

#footer, #thelist, #filterlist, #liL, #liR, #abc {
  background-image: url('/images/darkboard.jpg');
  background-position: 0 0;
  background-attachment: fixed;	
  font-size: 10px;
}

#abc, #header {
  background-image: url('/images/dullboard.jpg');
  background-position: 0 0;
  background-attachment: fixed;	
  margin: 0px;
  padding: 0px;
  border: 0px;
}

#form {
  text-align: left;
}

#listcont {
  overflow: auto;
  height: 240px;
}	

#licL,#licR {
  overflow: auto;
  height: 120px;
}	

#footer {
  clear: both;
}

#about {
  background-image: url('/images/dullboard.jpg');
  background-position: 0 0;
  background-attachment: fixed;	
  position: absolute;
  width: 760px;
  height: 305px;
  z-index: 2;
  visibility: hidden;
  padding: 5px;
}

#about a {
  background-image: url('/images/getdullboard.jpg');
  background-position: 0 0;
  background-attachment: fixed;	
}

#about a:hover {
  background-image: url('/images/darkboard.jpg');
  background-position: 0 0;
  background-attachment: fixed;	
}
