body
{
    margin: 150px 0px 0px 0px;
    padding: 0px;
    font-family: Arial;
}

img
{
    border:none;
}

#st_box_index
{
    width: 500px;
    border: 1px solid #c9c9c9;
    padding: 25px;
    margin: 0px auto;
    background: url(/images/firstpage/bg_index_box.jpg) bottom left repeat-x;
    background-color: #fff;
    text-align: center;
}

.st_txt_index
{
    font-size: 20px;
    color: #666;
    padding: 15px 0px 15px 0px;
}

.st_language_index
{
    color: #666666;
    font-size: 14px;
    padding: 15px 0px;
}

.button
{
    overflow:hidden;
    width: 185px;
    margin: 0px auto;
}

.button_left
{
    background:url(/images/firstpage/button_index_left.jpg) top left no-repeat;
    width:10px;
    height:40px;
    float:left;
}

.button_middle
{
    background:url(/images/firstpage/button_index_middle.jpg) top left repeat-x;
    height:27px;
    float:left;
    padding: 13px 5px 0px 5px;
}

.button_middle a
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.button_right
{
    background:url(/images/firstpage/button_index_right.jpg) top left no-repeat;
    width:45px;
    height:40px;
    float:left;
}