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

#top {
        width: 1004px;
}

#NAGLOWEK {
                
        margin-left: 0;
    

}

#MENU {
        width: 200px;
        float: left;
        overflow: hidden;
        background-color: #CCCC66;
}

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

}

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

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