body {
    background: #000 url(background.jpg) no-repeat top center;

}

a {
    color: #fff;
    text-decoration: none;
}

.container {
    margin: 30px auto 0 auto;
    width: 690px;
    overflow: auto;
    position: relative;
}

#stats {
    width: 596px;
    background: #333;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    color: burlywood;
    margin-bottom: 5px;
    overflow: auto;
}

#score, #high_score {
    width: 25%;
    height: 50px;
    padding-top: 20px;
    float: left;
    margin-right: 5px;
    overflow: auto;
    background: #000;
    text-align: center;
}

#reset_score {
    padding: 10px;
    float: right;
}

#overlay {
    display: none;
    color: antiquewhite;
    font-size: 25px;
    text-align: center;
    position: absolute;
    top: 170px;
    left: 180px;
}

#overlay a {
    display: block;
    margin-top: 10px;
    padding: 10px;
    background: #680;
}

#overlay a:hover {
    background: #350;
}

canvas {
    background: #000;
    border: 3px #cc9 solid;
}