#wrapper {
    margin: auto;
    width: 960px;
    overflow: auto;
    z-index: 500;
}

#content {
    width: 100%;
    position: relative;
    z-index: 500;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#kop_page {
    position: relative;
    float: left;
    width: 100%;
    height: 30px;
    background: yellow;
}

img {
    border: none;
}

a img {
    border: none;
}

#kopli {
    margin-top: -1px;
    font-size: 13px;
    color: #999999;
    width: 430px;
    height: 60px;
    position: relative;
    float: left;
    z-index: 190;
}

#kopre {
    margin-top: -1px;
    width: 530px;
    height: 60px;
    position: relative;
    float: right;
}

#kopli a {
    color: #999999;
    text-decoration: underline;
}

