.canvasWrapper {
    position: relative;
    top: -10px;
    width: 695px;
    height: 500px;
    overflow: hidden;
}

.canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 695px;
    height: 500px;
    background-image: url(image/back.png);
    background-repeat: no-repeat;
}

#canvas1 {
    z-index: 100;
}

#canvas2 {
    z-index: 50;
}

#canvasOverlay {
    z-index: 200;
    background-image: none;
}

#canvasOverlayPaused {
    z-index: 1200;
    background-image: none;
    background-color: #000;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    display: none;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-top: 200px;
    height: 300px;
    -moz-border-radius: 15px 15px 15px 15px;
}

#canvasOverlayPaused strong {
    font-size: 24px;
    text-transform: uppercase;
}

#counterwrap {
    display: none;
}

#gameOver,
#gameOverShade {
    position: absolute;
    font-size: 150%;
    background-color: #fff;
    color: #777;
    border: 1px solid black;
    text-align: center;
    left: 185px;
    top: 190px;
    width: 320px;
    height: 190px;
    -moz-border-radius: 8px;
    display: none;
    z-index: 1500;
}

#gameOver .unimportant {
    font-size: 14px;
}

#gameOverShade {
    background-color: #000;
    left: 195px;
    top: 200px;
    -moz-opacity: .4;
    filter: alpha(opacity=40);
}

.score {
    display: none;
}

#mainScore {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    z-index: 140;
    top: 60px;
    right: 20px;
    width: 200px;
    overflow: hidden;
    text-align: right;
    color: rgb(127,131,151);
}

#mainScore strong {
    /* background-color: rgb(221,224,238); */
    color: #fff;
}

.imageSprite {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    z-index: 350;
}

.adLinkUnit {
    position: absolute;
    left: 125px;
    top: 7px;
    width: 468px;
    height: 15px;
}

.instructions {
    width: 400px;
}

#tellFriend {
    font-size: 90%;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 580px;
    width: 220px;
    text-align: right;
}

#imagePreloader {
    visibility: hidden;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    left: 10;
    top: 600px;
}
