body{
    overflow-x: hidden;
    overflow-y: scroll;
    background: url("bg.jpeg") 0% 0% repeat;
    padding: 20px;
}

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

a:hover{ color: #fff; }

.zone{
    background-color: #333;
    margin-right: 5px !important;
    float: left;
    width: 324px;
    height: 240px;
    color: #ddd;
    font: bold 12px / normal "lucida grande";
    border: #aaa solid 0px;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    filter:alpha(opacity=85);
    -moz-opacity:0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}

#fade { /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .80;
    z-index: 9999;
}

.popup{
    display: none; /*--hidden by default--*/
    background: #444;
    color: ddd;
    padding: 20px;
    border: 5px solid #222;
    float: left;
    font: 100 10px / normal "lucida grande";
    text-align: justify;
    position: fixed;
    top: 50%; left: 50%;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

*html .popup_block {
	position: absolute;
}

*html #fade {
	position: absolute;
}

.row{
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
}

.row ul{
    margin: 10px;
    padding: 0;
}

.row li {
    display: inline;
    margin-right: 10px;
    padding: 10px;
}

.title{
    font: bold 16px / normal "lucida grande";
    color: #666;
    height: 20px;
    text-align: center;
    float: left;
    margin-left: 40px !important;
}

.menu{
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    color: #666;
    margin-right: 50px;
    font: 100 xx-small sans-serif;
}

.menu ul{
    padding: 0;
}

.menu li {
    display: inline;
    margin-left: 10px;
    padding: 10px;
}

.menu li:hover{
    color: #ddd;
    cursor: pointer;
}

.footer{
    position: fixed;
    bottom: 5; left: 0;
    vertical-align: bottom;
    font-size: 10px;
    float: right;
    color: #ddd;
    padding: 5;
    width: 100%;
    background-color: #444;
    text-align: left;
    font: bold 10px / normal "lucida grande";
    filter:alpha(opacity=7.5);
    -moz-opacity:0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;

}

.footer a{ color:#ddd }

.footer a:hover{ color:#000 }

.player {
    display:block;
    width:324px;
    height:240px;
}

.item{
    display: block !important;
    width: 750px;
    padding: 10;
    font-weight: normal;
    font-size: 11px;
    color: #ddd;
    margin-left: 120px;
}

.item a{ color: #fff; text-decoration: underline; }

.item a:hover{ color: #050505;  }

.item ul{
    list-style: circle;
    text-align: left;
    margin: 5; padding: 5;

}

.item li{
    padding-top: 8px;
}

.leftmenu{
    font: 10px / normal "lucida console" !important;
    display: block !important;
}

.leftmenu ul{
    list-style: none;
    text-align: left;
    margin: 5; padding: 0;
    float: left;
    font-size: 9px;
    width: 100px;
    height: 95%;
}

.leftmenu li{
    font-size: 10px;
    margin-top: 5px;
    border: 1px solid #555;
    background-color: #444;
}

.leftmenu a{
    display: block;
    width: 85%;
    color: #050505;
    padding: 5 10 5 10;
}

.leftmenu li:hover{
    background-color: #333;
    cursor: pointer;
    border-color: #050505;
}

.leftmenu a:hover{ color: #ddd; }

.leftmenu li.selected{
    background-color: #333;
    cursor: pointer;
    color: #ddd;
    border-color: #050505;
}

.leftmenu a.selected{
    color: #ddd;
}

.description{
    color:#ddd;
    font: 10px / normal "lucida console" !important;
    text-align: justify;
    margin-top: 10px;
    padding: 5px;
    width: 640px;
}