a, a:hover, a:active,a img, a:hover img, a:active img{
    border: none;
    text-decoration: none;
    outline: none;
}

body{
    min-width: 980px;
    font-family: Verdana,Times New Roman,Arial;
    font-size: 12px;
    color: #000000;
    margin: 0px auto 0px auto;
    background-color: #000000;
    background-image: url(/images/data/background.jpg);
    word-wrap: break-word;
}

.copyright {
    width: 170px;
    height: 28px;
    background-image: url(/images/data/copyright.png);
    float: right;
    margin-top: 14px;
}


#wrapper{
    width: 980px;
    height: 770px;
    margin: 0px auto 20px auto;
    position: static;
    background-image: url(/images/data/home_bg.jpg);
    background-repeat: no-repeat;
}

#container {
    height: 416px;
}

.home-header{
    height: 310px;
    display: block;
}

.home-nav{
    height: 200px;
    width: 980px;
}

.nav-box{
    width: 490px;
    height: 200px;
    text-align: center;
    font-weight: bold;
}


.error-404-container {
    background: #ffffff;
    width: 400px;
    padding: 20px;
    margin: auto;
    margin-top: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.error-404-container a {
    text-decoration: none;
    font-weight: bold;
    color: #2AB2E7;
}

.error-404-container a:hover {
    color: #1D6683;
}

.home-pt-link {
    color: #ffffff;
}

.home-zis-link { 
    color: #000000; 
}

.home-zis-link p , .home-pt-link p {
    margin-top:0px;
    padding-top: 12px;
    font-size: 14px;
}

.home-zis-link img {
    padding-top: 6px;
}

a:hover.home-pt-link, a:hover.home-zis-link {
    color: #036BCC;
}

.home-zis-link .zis-home-text {
    height: 28px;
    width: 255px;
    margin: auto;
    background: url(/images/data/zis_home.png);
}

.home-zis-link:hover .zis-home-text {
    background: url(/images/data/zis_home_active.png);
}

.home-pt-link .pt-home-text {
    height: 28px;
    width: 200px;
    margin: auto;
    background: url(/images/data/pt_home.png);
}

.home-pt-link:hover .pt-home-text {
    background: url(/images/data/pt_home_active.png);
}


.left{
    float: left;
}

.right{
    float: right;
}

.clear{
    clear:both;
}


