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;
}

#bottomInfo {
    /*
    position: absolute;
    bottom: 0px;
    */
    clear:both;
    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;
}

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

#right {
    float:right;
    width:340px;
    padding-top: 70px;
}

#right p {
    margin-right:5px;
}

#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');
}