html, body {
        background: #FFFFFF url("img/background.png") repeat-x fixed 0 0;
        color: #000;
        margin: 0;
        padding: 0;
}

#top {
        width: 1004px;
}

#NAGLOWEK {
                background:  #FFFFFF url("img/background.png") repeat-x fixed 0 0;
        margin-left: 0;
    

}

#MENU {
        width: 200px;
        float: left;
        overflow: hidden;
        
}

#INFORMACJE {
        width: 150px;
        float: right;
        overflow: hidden;
        text-align: center;

}

#TRESC {
        width: 614px;
        float: left;
        overflow: hidden;
        background-color: #FFFFFF;
        padding: 20px;
        text-align: justify;
}

#STOPKA {
        clear: both;
        width: 100%;
        background-color: #00FF66;
        text-align: center;
	font-size: 80%;
}
