body {
    margin: 0;
    padding: 0;
    color: #DEB887;
    background: url(startowa_tlo01.jpg) center center no-repeat black fixed;
    font-size: 18px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}


#container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 400px;
    margin: -200px 0 0 -400px;
    text-align: center;
    overflow: hidden;
}


.block {
    width: 33%;
    float: left;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
    color: #DEB887;
}

a img {
    border: none;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
}

.intro-contact {
    font-size: 14px;
}

