* {
margin: 0;
padding: 0;
}
a {
color: #999;
text-decoration: none;
}
a:hover {
color:red;
text-decoration:none;
}
body {
background-color:#000000;
color: #999;
font: normal 0.7em sans-serif,Arial;
margin: 0 0;
text-align: center;
}
ul {
margin: 12px 0;
}
li {
list-style:none;
margin-left: 18px;
margin-top: 5px;
}
li span {
color:red;
}
red {
color:red;
}
span .green {
color: #00CC00;
}
/* main structure */
#wrapper{
background: #000 url(../img/bkg-bottom.jpg) bottom center no-repeat;
width:800px;
margin: 0px auto 0px auto; 
}
#wrapper2{
background: #000 url(../img/bkg-bottom2.jpg) bottom center no-repeat;
width:800px;
margin: 0px auto 0px auto; 
}
#wrapper1{
background: #000 url(../img/bkg-intro.jpg) center center no-repeat;
width:700px;
height: 468px;
margin: 100px auto 0px auto; 
}
.main {
background: transparent; 
border-color: #141414 #202020 #222 #202020; 
margin: 0px auto 0px auto; 
text-align: left;
width: 600px; 
}
.main-intro {
background: transparent; 
border-color: #141414 #202020 #222 #202020; 
margin: 0px auto 0px auto; 
text-align: center;
width: 600px; 
}

/* header */
.gfx {
height: 240px;
}
.gfx-intro {
height: 350px;
width:700px;
text-align:center;
}
.gfx h1 {
color: #111;
font: normal 2.6em Tahoma,sans-serif;
padding: 16px 20px;
}
#top{
background: #000 url(../img/bkg-top.jpg) top left no-repeat;
width:800px;
height:247px;
position:absolute;
}

/* menu */
.menu a {
background: #000 url(../img/bgmenu.png) repeat-x;
border-right: 1px solid #222;
border-top: 1px solid #1A1A1A;
color: #444;
float: left;
font-size: 1.2em;
padding-top: 4px;
width: 115px;
height: 25px;
}
.menu a span {
padding-left: 6px;
}
.menu a:hover {
background-position: left bottom;
color: red;
}
.menu a#last {
border-right: none;
width: 150px;
}

.menu-intro {
padding-left: 17px;
}
.menu-intro a {
color: #ccc;
font-size: 1.2em;
padding-top: 4px;
height: 25px;
text-decoration: underline;
font-weight:bold;
}
.menu-intro a:hover {
background-position: left bottom;
color: red;
text-decoration: underline;
font-weight:bold;
}
.menu-intro span {
color:red;
font-weight:bold;
}

/* content */
.content {
background: transparent;
clear: both;
}
.content h1 {
color: red;
font: bold 1.1em sans-serif,Arial;
margin: 10px 0 15px 0;
}
.content p {
margin: 0 0 12px;
}
.item {
background-color:transparent;
padding: 8px 10px;
}
.item span{
color:red;
}

/* footer */
.footer {
color: #666;
padding: 5px;
text-align:center;
}

#player {
text-align:center;
}