* {margin: 0px; padding: 0px;}

body {
 font-family: Verdana;
 font-size: 11px;
 margin: 0;
 padding: 0;
 background: url(images/bg.gif) repeat;
 text-align: center;
}

#wrapper {
 position: absolute;
 top: 0;
 left: 50%;
 margin-left: -320px;
 text-align: center;
 border: 1px solid black;
 background: #333;
 width: 640px;
}

h2 {
 font-family: Verdana;
 font-size: 16px;
 padding: 10px;
 padding-left: 0;
 color: #99cc66;
 font-weight: bold;
}

.content {
 text-align: justify;
 line-height: 20px;
 padding: 10px;
 color: #ccc;
 margin-bottom: 10px;
}

.content img {
 margin: 15px;
}

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

a:hover { 

}

#menu {
 float: left;
 width: 639px;
 list-style: none;
 border: 1px solid black;
}

#menu li {
 float: left;
 padding: 0;
 margin-left: -1px;
 text-align: center;
}

#menu li a {
 float: left;
 display: block;
 padding: 8px 10px;
 width: 71px;
 border-left: 1px dashed black;
 text-decoration: none;
}

#menu li:hover {
 background: #000;
}

hr {
 color: #E2E2E2;
 height: 1px;
 margin-bottom: 10px;
}

input {  
 font-family: Verdana;
 font-size: 11px;
 color: #8899AA;
 text-decoration: none;
 background-color: #222222;
 border-color: #666666;
 border-style: solid;
 border-width: 1px; 
}

td {
 text-align: justify;
 font-family: Verdana;
 font-size: 12px;
 color: #999999;
 text-decoration: none;
 border: 0;
 line-height: 20px;
}

textarea { 
 font-family: Verdana;
 font-size: 11px;
 color: #8899AA;
 text-decoration: none;
 background-color: #1B1B1B;
 border-color: #444444;
 border-style: solid;
 border-width: 2px;
}

p {
 padding: 10px;
}

#musicplayer {
 z-index: 1000;
 position: absolute;
 top: 2%;
 left: 60%;
}

.trace {
 font-family: Verdana;
 font-size: 11px;
 color: #888888;
 text-decoration: none;
 border-style: solid;
 border-width: 1px;
 border-color: #444444;
}

.off {
 background-color: #ffffff;
}

.on { 
 background-color: #C00000;
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
}

.dashed {
 font-family: Verdana;
 font-size: 11px;
 color: #888888;
 text-decoration: none;
 border-style: dashed;
 border-width: 1px;
}

#header {
 width: 100%;
 height: 80px;
}

#backtotop {
 float: left;
 margin: 10px;
 padding: 10px;
 background: #000;
 margin-bottom: 0;
 margin-left: 0;
}

#copyright {
 float: left;
 color: #ccc;
 background: #000;
 font-size: 11px;
 width: 640px;
}

.clearboth {
 clear:both;
 height:0;
 font-size:0;
 line-height:0;
 margin:0;
 padding:0;
}