* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
   background-color: #6E6E6E;
    color: #000000;
    margin: 0 auto;
}

#kontener {
    margin: 0 auto;
    text-align: center;
    width: 960px;
    height: 700px;
    overflow: hidden;
}

#logo {
    width: 960px;
    height: 145px;
    background-image: url('images/logo.jpg');
    overflow: hidden;
}

#menu {
    width: 960px;
    height: 45px;
         text-align: center;
    background-image: url('images/menu.jpg');
    overflow: hidden;
}

#blok {
    width: 960px;
    height: 510px;
    background-image: url('images/tekst1.jpg');
    overflow: hidden;
    text-align: left;
}


#pas {
    width: 960px;
    height: 150px;
    overflow: hidden;
}



#lewa {
    width: 700px;
    float: left;
}

#prawa {
    width: 260px;
    text-align: center;
    float: left;
}

#tekst {
    width: 960px;
    height: 510px;
         overflow: hidden;
}

#tekst1 {
        width: 200px;
        float: left;
        height: 510px;
        text-align: left;
        }

        #tekst2 {
        width: 760px;
        float: left;
        height: 510px;
        text-align: left;
        }

.style1 {
    font-size: 18px;
    font-family: Comic Sans MS;
    color: #fff;
    text-align: left;
    text-indent: 20px;
    margin-left: 75px;
    margin-right: 50px;
}

.style2 {
    font-size: 18px;
    font-family: Comic Sans MS;
    color: #fff;
    text-align: left;
    margin-left: 75px;
    margin-right: 50px;
}

.style3 {
    font-size: 20px;
    font-family: Broadway;
}

.style4 {
    font-size: 32px;
    font-family: Broadway;
}

.style5 {
    font-size: 14px;
    font-family: Comic Sans MS;
    color: #fff;
    text-align: left;
    margin-left: 75px;
    margin-right: 50px;
}

a:link {
    color: #b12d2d;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #b12d2d;
}
