html, body {
    margin: 0 auto;
    text-align:center;
    padding: 0;
}

#nss_mainpage {
     background-image: url(../../../themes/dstheme/images/bg.gif);
    width: 100%;
    margin: 0 auto;
    display:block;
  background-repeat: repeat-x
}

#nss_page {
    width: 980px;
    margin: 0 auto;
    display:block;
}

#nss_header {
    width: 980px;
    height: 251px;
    margin: 0;
    display:block;
}

#nss_mainload {
width: 100%;
margin: 0 auto;
background: #FFFFFF;
display: inline-block;
}


#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_block_center {
width: 688px;
padding-left: 2px;
float: left;
}

#nss_block_right {
width: 292px;
float: right;
padding-left: 2px;
}

#nss_block_right_title {
width: 292px;
height: 59px;
color: #FFFFFF;
text-align: center;
background-image: url(../../../themes/dstheme/images/block_right_title.png);
font-weight: bold;
margin-top: 8px;
}

#nss_block_right_content {
background-image: url(../../../themes/dstheme/images/block_right_content.png);
}

#nss_block_right_footer {
width: 292px;
height: 36px;
background-image: url(../../../themes/dstheme/images/block_right_footer.png);
background-repeat: no-repeat
}


#nss_footer {
    background-image: url(../../../themes/dstheme/images/footer02.png);
    width: 980px;
    height: 100px;
    margin: 0;
    color: white;
    font-size: 9px;
}


.showerror
{
color: white;
width: 98%;
margin: 0 auto;
text-align: center;
border:1px dotted red;
padding:8px;
margin:8px;
}
