html, body {
    margin: 0 auto;
    text-align:center;
    padding: 0;
}

#nss_mainpage {
    background: #818181;
    width: 100%;
    margin: 0 auto;
    display:block;
}

#nss_page {
    background: #818181;
    width: 920px;
    margin: 0 auto;
    display:block;
}

#nss_page_main {
    background: #ffffff;
    width: 920px;
    margin: 0 auto;
    display:block;
}


#nss_header {
    background-image: url(../../../themes/dstheme/images/header.png);
    width: 920px;
    height: 70px;
    margin: 0;
    display:block;
}

#nss_header_adv {
    width: 920px;
    height: 65px;
    float: right;
}


#nss_header_lang {
    width: 900px;
    height: 25px;
    float: right;
    text-align: right;
    color: #000;
    font-size: 11px;
    margin-top:15px;
    margin-right:15px;
}

#nss_header_lang a {
    color: #000;
    font-size: 11px;
    margin-top: 4px;
    margin-right: 5px;
}


#nss_header_lang a:hover {
    color: red;
    font-size: 11px;
}

#nss_banner {
    background-image: url(../../../themes/dstheme/images/banner.png);
    width: 920px;
    height: 355px;
    margin: 0;
    display:block;
}

#nss_banner_en {
    background-image: url(../../../themes/dstheme/images/banner_en.png);
    width: 920px;
    height: 355px;
    margin: 0;
    display:block;
}

#nss_mainload {
background: #FFFFFF;
width: 920;
margin: 0 auto;
}


#nss_block_left {
background: #FFFFFF;
width: 260px;
text-align: center;
margin-left: 0px;
}

#nss_block_left_title {
width: 260px;
height: 50px;
text-align: center;
color: #910f0a;
background-image: url(../../../themes/dstheme/images/bg_block.gif);
}

#nss_block_left_content {
padding: 5px;
}

#nss_block_center {
background-color: #FFFFFF;
width: 650px;
padding: 0px;
margin: 0px;
float: right;
display:block;
}

#nss_block_center_home {
background-color: #FFFFFF;
width: 100%;
padding: 0px;
margin: 0px;
float: right;
}

#nss_block_center_title {
width: 94%;
background: #f9f9f9;
height: 15px;
margin: 0 auto;
border-bottom:1px dotted #CECECE;
border-top:1px dotted #CECECE;
padding-bottom:4px;
padding-top:4px;
}

#nss_footer {
    background-image: url(../../../themes/dstheme/images/footer.png);
    clear: both;
    width: 920px;
    height: 21px;
    margin: 0;
}

#nss_footer_text_left{
    width: 400px;
    margin-left:7px;
    float: left;
    height: 21px;
    color: white;
    font-size: 10px;
    text-align:left;
}

#nss_footer_text_left a{
    color: white;
}

#nss_footer_text_right{
    width: 400px;

    float: right;
    height: 21px;
    margin-right:7px;
    color: white;
    font-size: 10px;
    text-align:right;
}



.nss_search_form {
font-weight:bold;
width:150px;
height:20px;
margin-left:0px;
margin:0px 0 10 10px;
}

.nss_search_go {
background:url("../../../themes/dstheme/images/neoGo.png") no-repeat scroll 0 0 transparent;
border:0 none;
color:transparent;
cursor:pointer;
height:22px;
margin:3px 0 10 0px;
overflow:hidden;
width:35px;
}