body {
    padding: 15px 0 0 0;
    margin: 60px 0 0 0;
    font: 76% tahoma, verdana, sans-serif;
    background: #BCBCBC;
    color: #303030;
}

a {
    color:#303030;
    text-decoration:none;
    border-bottom:1px dotted #505050;
    border: none;
}

a:hover {
    color:#303030;
    text-decoration:none;
}

#pojemnik {
    margin:0 auto 20px auto;
    width:750px;
    height: 400px;
    background: #FFFFFF;
    position: relative;
}
 
img.top { top: 0; position: absolute; }
img.bot { bottom: 0; position: absolute; }

#index {
    height: 120px;
    margin: 0 0 0 0;
}

#index img {
    margin-top: 20px;
}

#main {
    width: 310px;
    height: 230px;
    margin: 20px 20px 0 20px;
    padding:20px 20px 20px 20px;
    float: left;
    position: relative;
}

#main h1 {
    text-align: center;
    color: #696969;
}

#prawy {
    margin: 20px 20px 0 0;
    float: right;
    width: 300px;
    height: 210px;
    padding: 0px 20px 20px 20px;
    position: relative;
}

#prawy img {
    border: none;
}

#clear {
    clear: both;
}
