html, body, #container {
	height:100%;
	width:100%;
	margin:0;
	border:0;
	padding:0;
	background-color: #F2F1F1;
}
body {
display:table;
}
body>#container
{
	display:table-cell;
	vertical-align:top;
}
a {
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
	color:#F5F5F5;
}
#srodeczek {
	width: 900px;
	margin:0 auto;
	text-align:center;
	padding: 15px;
	height: 300px;
	position: relative;
	background-color: #202020;
	top: 105px;
}
img.obrazek {
	width: 300px;
	height: 300px;
	border: none;
	float: left;
	clear: none;
}
img.about {
	width: 243px;
	height: 300px;
	border: none;
	float: left;
	clear: none;
}
#about {
	width: 200px;
	height: 300px;
	float:left;
	line-height:20px;
	color:#F5F5F5;
	font-family:Arial;
	font-size:12px;
}
#menu {
	width: 120px;
	display:inline;
	float:right;
	text-align:left;
	margin-top:50px;
	line-height:30px;
}
#text {
	width: 600px;
	float:left;
	text-align:center;
	line-height:30px;
	color:#F5F5F5;
	font-family:Arial;
	font-size:12px;
}