body
{
	margin: 0;
	padding: 0;
}
#container
{
	width: 750px;
	margin-left: auto;
	margin-right:auto;
	border:1px soli black;
}
#header
{
	background-color: #357;
	margin-top: 10px;
	height: 150px;
}
.wybor
{
	float:left;
	min-width:50px;
	font-size:14px;
	padding:10px;
	border-right:3px solid #357;
	height:20px;
}
.wybor:hover
{
	background:#999;
	transition:all 1s ease;
}

#logo
{
	float:left;
	padding: 10px;
	width: 150px;
	text-align:center;
}
#tytul
{
	float:left;
	padding: 10px;
	width: 560px;
	font-size: 40px;
	color: white;
	text-align: center;
	line-height: 3;
}
#left
{ 
	width: 170px;
	float: left;
	background:#ABC;
}
#right
{
	width: 580px;
	float: left;
	background: #9FF;
}
#footer
{
	clear: both;
	background:#999;
}