#container{
	padding:0;
	margin-let:auto;
	margin-right:auto;
}
#baner{
	background-color:rgb(105,88,89);
	color:white;
	font-size:150%;
	text-align:center;
	height:80px;
}
#lewy{
		background-color:rgb(145,127,112);
		width:30%;
		height:600px;
		float:left;
}
#srodkowy{
	background-color:rgb(184,168,169);
	width:50%;
	height:600px;
	float:left;
}
#prawy{
	background-color:rgb(145,127,112);
	width:20%;
	height:600px;
	float:right;
	text-align:center;
}

#tab {
	border-width:5px;
	border-style:solid;
	border-color:silver;
	background-color: gray;
	}
h2 {
	color:white;
}



