html{
	background-color:hls(0 ,0%, 90%);
	font-family: sans-serif;
	
	
	
	
}

div#naglowek{
	
	background-color:hsl(300,70%, 80%);
	padding:10px;
}

div#lewa{
	width:200px;
	background-color:hsl(300,70%, 90%);
}

div#srodek{
	
	background-color:hsl(160,50%, 80%);
}

div#prawa{
	
	background-color:hsl(120,70%, 90%);
}
div#stopka{
	
	background-color:hsl(190,70%, 80%);
}
a{
	
	background-color:hsl(190,70%, 80%);
}

img#obr{
	
	float:left;
}