body {
    padding: 0px;
    margin: 0px;
    border: 0px;
    height: 100%;
    background-color: #00ADEF;
    background-image: url(/pics/moon_index.png);
    background-repeat: no-repeat;
}

div,td,p,span,li {
    font-family: Arial, sans-serif;
    font-size: 11px;
    color:#F9F6A9;
}

div {
}

a {
    color:#F1EB3F;
}

#bottomSpace {
    clear:both;
    height:100px;
}

#bottomInfo {
    position: fixed;
    bottom: 0px;
    
    background-image: url('/pics/bg_black_50.png');
    height:100px;
    width:100%;
}

#bottomInfo div.contact {
    float:left;
    width:18%;
    margin:6px;

}

#playerdiv {
    /*
    clear:both;
    */
    position: absolute;
    bottom:100px;
}

#left {
    z-index:2;
    position:absolute;
    margin:30px 20px 0px 0px;
}

#left div {
    margin:0px 0px 0px 10px;
    float:right;
    clear:both;
}

#left div img {
    float:right;
}

#left div span {
    float:right;
    margin-right:4px;
}

#left div br {
    clear:both;
}

#buy-cd {
    position:absolute;
    top:300px;
    right:10px;
    width:340px;
    height:160px;
    background-image: url('/pics/bg_black_50.png');
    border:1px solid #F9F6A9;
    
    cursor:pointer;
    z-index:4;
}    

#buy-cd div {
    float:left;
    padding:20px;
    width:140px;
}

#buy-cd img {
    padding:10px;
}

#photo {
    z-index: -1;
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 80px;
}

#quotes {
    position:absolute;
    right:0px;
    z-index:3;
    /*
    
    float:right;
    */
    width:340px;
    padding-top: 70px;
}

#quotes p {
    margin-right:5px;
    cursor:pointer;
}

#joinlist {
    padding-top:8px;
}

#joinlist input {
    background-color:#F9F6A9;
    color:#b6b14c; 
    border:1px solid #b6b14c;
    font-size:11px;
}


.menu-item img {
    border: 0px;
    margin: 4px 0px;
}


#buy {
    width: 500px;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid black;
    background-image: url('/pics/bg_black_50.png');
}