body {
    font-family: arial,helvetica, sans-serif;
    color: white;
}

#wrapper {
    width: 1077px;
    margin-left:auto;
    margin-right:auto;
}

#console {
    width:1077px;
    height:771px;
    background: url(images/template2.png) no-repeat;
}

#high_scores {
    width: 205px;
    height:555px;
    float:right;
    margin-top:90px;
    margin-right:33px;
    
}

#scores {
    height: 255px;
}

#high_scores td {
    font-size:90%;
}

#game {
    width:800px;
    height:600px;
    float:left;
    margin-top: 42px;
    margin-left: 25px;
    border:3px solid #8d8d8d;
}

#ratings {
    width: 530px;
    height: 50px;
    padding-top:10px;
    margin-left: 300px;
    float:left;
}

#links {
    margin-top:5px;
    margin-left: 30px;
    clear:both;
}

.share_link {
    margin:0px 26px;
    font-size:80%;
    font-weight:bold;

}

.share_link a {
        text-decoration:none;
        color:white;
}

.scores_table {
    width: 185px;
    margin: 0 10px;
}

.scores_table th {
    text-align:left;
}

#ratingText {
    float:right;
    margin-top: -25px;
    font-weight: bold;
}

#banner {
width:200px;
margin-left:auto;
margin-right: auto;

}

#footer {
    width: 280px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 50px;
    margin-top: -20px;
}

#mochi {
    float:right;
}

#fluffy {
    float:left;
}

#footer p {
    color: black;
    font-size:80%;
    text-align:center;
    font-weight:bold;
}

#footer div {
    width:90px;
    margin: 0 20px 30px 20px;

}

img {
    border: 0;
}



#rateStatus{float:left; clear:both; width:100%; height:20px;}
#rateMe{float:left; clear:both; width:100%; height:auto; padding:0px; margin:0px;}
#rateMe li{float:left;list-style:none;}
#rateMe li a:hover,
#rateMe .on{background:url(images/star_on.png) no-repeat;}
#rateMe a{float:left;background:url(images/star_off.png) no-repeat;width:40px; height:40px;}
#ratingSaved{display:none;}
.saved{color:red; }




