body {
    margin: 0px;
    background-color: #330033;
    background-image: url(http://cycgame.com/actions/2009/match/co-images/body-bg.gif);
    background-repeat: repeat;
}

#wrapper {
    font-family: "微軟正黑體", "新細明體", Arial;
    margin: auto;
    width: 720px;
}

#header {
    height: 209px;
    background-image: url(images/bg_header.png);
    background-repeat: no-repeat;
}

#content {
    background-image: url(images/bg_content.png);
    background-repeat: repeat-y;
}

#footer {
    height: 150px;
    background-image: url(images/bg_footer.png);
    background-repeat: no-repeat;
}

#mammon_bg {
    background-image: url(images/bg_mammon.png);
    height: 172px;
    background-repeat: no-repeat;
    background-position: center;
}

#mammon_next {
    float: left;
    height: 170px;
    width: 172px;
    background-image: url(images/bg_next.png);
    background-repeat: no-repeat;
    color: #a40303;
    font-weight: bolder;
    text-align: center;
    font-size: 16pt;
    line-height: 276px;
}

#mammon_text {
    font-size: 18pt;
    line-height: 1.5em;
    font-weight: bolder;
    color: #a40303;
    text-align: left;
}

#action_bg {
    background-image: url(images/bg_action.png);
    background-repeat: no-repeat;
    background-position: 42px;
    height: 578px;
    padding: 40px 0px 0px 0px;
}

#action_caseA {
    background-image: url(images/action_caseA.png);
    background-repeat: no-repeat;
    height: 142px;
}

#action_caseB {
    background-image: url(images/action_caseB1.png);
    background-repeat: no-repeat;
    height: 142px;
    cursor: pointer;
}

#action_caseB:hover {
    background-image: url(images/action_caseB2.png);
    background-repeat: no-repeat;
    height: 142px;
    cursor: pointer;
}

#action_caseC {
    font-size: 16pt;
    line-height: 250px;
    font-weight: bolder;
    color: #a40303;
    background-image: url(images/action_caseC.png);
    background-repeat: no-repeat;
    text-align: center;
    height: 142px;
}

#action_caseD {
    background-image: url(images/action_caseD.png);
    background-repeat: no-repeat;
    height: 142px;
}

#notice {
    font-size: 12pt;
    font-weight: bolder;
    color: #FFF;
    text-align: left;
    line-height: 1.5em;
    padding: 0px 0px 10px 45px;
}

#close {
    font-size: 14pt;
    color: #FFF;
    text-align: left;
    padding: 40px 0px 10px 45px;
}

.black {
    color: #000;
}

.blue {
    color: #0a29ac;
}

.red {
    color: #a40303;
}