body
{
	background-color: #404040;
	font-family: Arial;
}

#container
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#box_image_left
{
	float: left;
	background-color: green;
	width: 100px;
	height: 100px;
}
#box_image_right
{
	float: left;
	background-color: green;
	width: 100px;
	height: 100px;
}
#logo
{
	float: left;
	background-color: black;
	height: 80px;
	width: 480px;
	color: white;
	letter-spacing: 10px;
	text-align: center;
	padding: 10px;
}
#box_menu
{
	clear: both;
	background-color: lightgray;
	width: 680px;
	height: 300px;
	padding: 10px;
}
#footer
{
	background-color: black;
	color: white;
	width: 680px;	
	text-align: center;
	padding: 10px;
}	
.opcje
{
	font-size:22px;
	height:25px;
	padding: 10px;
	border-bottom: 2px dotted #444444;
}
.opcje:hover
{
	background-color: #404040;
	color: white;
	cursor: pointer;
}



