html, body {
	background-color: #fff;
        text-color: $FFFFFF;
	margin: 0;
	padding: 0;
        font-family: calibri;
}

#NAGLOWEK {
text-align: center;
        color: $FFFFFF;
	background-color: #59a80f;
}


#MENU {
	background-color: ##59a80f;
}

#TRESC {

	background-color: #fff;
}

#STOPKA {
color: #FFFFFF;	
background-color: #59a80f;
text-align: center;
}

@media only all and (min-width: 800px) {
	#MENU {
		width: 150px;
		float: left;
		overflow: hidden;
		position: relative;
	}

	#TRESC {
		margin-left: 150px;
	}

	#STOPKA {
		clear: both;
	}
}

@media only all and (min-width: 1280px) {
	html, body {
		text-align: center;
	}

	#top {
		width: 1260px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	#MENU {
		width: 300px;
	}

	#TRESC {
		width: 960px;
		float: left;
		overflow: hidden;
		margin-left: 0;
	}

	#STOPKA {
		width: 100%;
	}
}