/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}

.footer {
    width: 1200px;
    height: 0px;
    margin: 0px auto 15px auto;
    border: 1px solid #ffffff;
}
    /*#dcdfe2*/

    .footer p {
        display: block;
        width: 500px;
        margin: 0 auto;
        font: 14px "ËÎÌå";
        color: #999999;
        line-height: 1.8em;
    }

    .footer h2 {
        display: block;
        width: 500px;
        margin: 20px auto 10px auto;
        font: 14px "ËÎÌå";
        text-align: center;
    }

        .footer h2 a {
            color: #3399FF;
            text-decoration: none;
        }

            .footer h2 a:hover {
                color: #33CCFF;
            }
