html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #A8563D;
}

#container {
    position: relative;
    width: 775px;
    min-height: 100%;
    height: 100%;
    margin: auto;
}

#content {
    height: 570px;
    width: 775px;
    background-color: #EA8338;
    border: solid 1px black;
}

#baner {
    width: 775px;
    height: 150px;
}

#tresc {
    width: 775px;
    height: 400px;
}

#footer {
    width: 775px;
    height: 20px;
    background-color: #000000;
    font-family: helvetica, verdana, arial;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    vertical-align:middle;
}

A {
    font-family: helvetica, verdana, arial;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}

A:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.print {
    display: none;
}

.Title {
    font-weight: bold;
    font-size: 18px;
    color: #cc3300;
}

.Bold {
    font-weight: bold;
}

.im {
    border: solid white 1px;
}

.opis {
    padding-left: 54px;
    padding-right: 54px;
    text-align: justify;
}

.opis {
    padding-left: 54px;
    padding-right: 54px;
    text-align: justify;
}

h1, p {
    margin: 0;
    padding-bottom: 1em;
}

h1 {
    font-size: 12px;
    line-height: 1.5em;
}

h4 {
    color: #AE4600;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;
}