html { height: 100%; }

body {
    background-color: #252a38;
    background-image: url('../img/bg2.jpg');
    background-repeat: repeat-x;
    text-align: center;
    font-size: 12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

div#main {
	background-color: #252a38;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    min-height: 100%;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

div#top {
    background-image: url('../img/top.jpg');
    background-repeat: no-repeat;
    width: 900px;
    height: 110px;
}

div#menu {
    background-color: #252a38;
    width: 900px;
    height: 40px;
    display: inline;
}

div#content {
    background-color: #252a38;
    width: 900px;
    height: 100%;
    
}

div#contentUslugi {
    background-color: #252a38;
    width: 880px;
    height: 100%;
    color: #ffffff;
    text-align: left;
    font-size: 15px;
    font-family: helvetica, verdena;
    margin-left: 20px;
    margin-right: 10px;
    line-height: 20px;
}


div#aktualnosci {
	background-image: url('../img/buttons/aktualnosci.jpg');
	background-repeat: no-repeat;
    width: 150px;
    height: 40px;
    float: left;
}

div#firma {
    background-image: url('../img/buttons/firma.jpg');
    background-repeat: no-repeat;
    width: 150px;
    height: 40px;
    float: left;
}

div#uslugi {
    background-image: url('../img/buttons/uslugi.jpg');
    background-repeat: no-repeat;
    width: 150px;
    height: 40px;
    float: left;
}

div#cennik {
    background-image: url('../img/buttons/cennik.jpg');
    background-repeat: no-repeat;
    width: 150px;
    height: 40px;
    float: left;
}

div#artykuly {
    background-image: url('../img/buttons/artykuly.jpg');
    background-repeat: no-repeat;
    width: 150px;
    height: 40px;
    float: left;
}

div#kontakt {
    background-image: url('../img/buttons/kontakt.jpg');
    background-repeat: no-repeat;
    width: 150px;
    height: 40px;
    float: left;
}

p {
    color: #ffffff;
    text-align: left;
    font-size: 15px;
    font-family: helvetica, verdena;
    margin-left: 20px;
    margin-right: 10px;
    line-height: 20px;
}
