body {
    background:url(../images/bg-body.gif) repeat;
    font-size:11px;
    color:#222;
    font-family:arial, helvetica, sans-serif;
    line-height:18px;
    margin:0;
}

#header {
    display:block;
    float:left;
    width:100%;
    background:url(../images/bg-header.gif) repeat-x;
}

#box {
    width:689px;
    height:436px;
    margin:86px auto 0 auto;
    background:url(../images/splash.jpg) no-repeat;
}
#box2 {
    width:890px;
    height:436px;
    margin:86px auto 0 auto;
    background:url(../images/splash2.jpg) no-repeat;
}

#text {
    float:left;
    margin:315px 25px 0 50px;
    height:100px;
    width:300px;
}
#text2 {
    float:left;
    margin:315px 25px 0 120px;
    height:100px;
    width:250px;
}

* html #text {
    margin:315px 0 0 25px;
}


.select {
    float:left;
    width:90px;
    margin:315px 0 0 15px;
    font-size:12px;
    height:70px;
    padding:0 0 0 25px;
    border-left:1px solid #ddd;
}

.chinese {
    font-family:MS Gothic;
}


a {
    color:#5887b8;
    text-decoration:none;
    font-weight:bold;
}

a:hover {
    color:#222;
}

img {
    vertical-align:middle;
}

b {
    font-size:14px;
}

