body {
        background-color: #809fd7;
        margin: 0;
        padding: 0;
        text-align:center;
    }
div {
        position:relative;
    }
#container {
        margin: 0 auto;
        padding: 0 0;
        position: relative;
        width: 780px;
        background-color: #ffffff;
        text-align: left;
}
#header {
        background: #ffffff url(images/header2.gif) no-repeat;
        width: 780px;
        height: 216px;

}
#menu {
        width:780px;
        height:81px;
        float:left;
        background-color: transparent;
}

#home{
        background: #ffffff url(images/home.gif) no-repeat;
        width:176px;
        height: 81px;
        float:left;
        background-color: transparent;
}

#info{
     background: #ffffff url(images/info.gif) no-repeat;
         width:145px;
        height: 81px;
        float:left;
        background-color: transparent;

}

#galeria{
     background: #ffffff url(images/galeria.gif) no-repeat;
         width:147px;
        height: 81px;
        float:left;
        background-color: transparent;

}

#cennik{
     background: #ffffff url(images/cennik.gif) no-repeat;
         width:146px;
        height: 81px;
        float:left;
        background-color: transparent;

}

#kontakt{
         background: #ffffff url(images/kontakt.gif) no-repeat;
         width:166px;
        height: 81px;
        float:left;
        background-color: transparent;

}

#srodek{
        text-align:center;
        background: #ffffff url(images/srodek.gif) no-repeat;
        width:780px;
        height: 350px;
        float:left;
        background-color: transparent;
}
#prawo {
        width:135px;
        float:right;
        text-align:left;
}

#footer{
        background: #ffffff url(images/footer.jpg) no-repeat;
        width:780px;
        height:159px;
        text-align: center;
        clear:both;
}