body {
    margin: 0px;
    background-color: #330033;
    background-image: url(images/body-bg.gif);
    background-repeat: repeat;
}

#wrapper {
    font-family: "微軟正黑體", "新細明體", Arial;
    margin: auto;
    width: 800px;
}

#nickname {
    font-family: "微軟正黑體", "新細明體", Arial;
    margin: auto;
    width: 190px;
    top: 95px;
    left: 0px;
    position: absolute;
    font-size: 28px;
    text-align: right;
}

#tickCount1 {
    font-family: "微軟正黑體", "新細明體", Arial;
    margin: auto;
    top: 142px;
    bottom: 0;
    left: 310px;
    right: 0;
    position: absolute;
    font-size: 28px;

}

#tickCount2 {
    font-family: "微軟正黑體", "新細明體", Arial;
    margin: auto;
    top: 142px;
    bottom: 0;
    left: 220px;
    right: 0;
    position: absolute;
    font-size: 28px;
    text-align: left;

}

#buttonAward {
    margin: auto;
    top: 120px;
    left: 20px;
    position: absolute;
    cursor: pointer;
}

#buttonEBank {
    margin: auto;
    top: 120px;
    left: 120px;
    position: absolute;
    cursor: pointer;
}

#buttonHelp {
    margin: auto;
    top: 120px;
    left: 220px;
    position: absolute;
    cursor: pointer;
}

#prepareStep {
    display: none;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    background-image: url(images/prepareStepBG.png);
    background-repeat: no-repeat;
    width: 640px;
    height: 480px;
}

#close {
    font-size: 14pt;
    color: #FFF;
    text-align: left;
    padding: 0px 0px 0px 90px;
}

.black {
    color: #000;
}

.blue {
    color: #0a29ac;
}

.red {
    color: #a40303;
}

.scratcher {
    display: none;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    width: 640px;
    height: 480px;
    background-image: url("images/buttonLayer.png");
}

.scratcher #fx-awardLayer {
    position: absolute;
}

.scratcher #fx-scratcher {
    position: absolute;
    top: 53px;
    left: 260px;
}

.scratcher.complete #fx-scratcher {
    opacity: 0;
}

.scratcher #fx-awardLayer {
    left: 0;
    top: 0;
    display: none;
}

.scratcher #fx-scratcher2 {
    position: absolute;
    top: 287px;
    left: 10px;
}
