
body{
	width:950px;
	height:100%;
	margin:auto;
	text-align:center;
	box-shadow:0 0 20px 10px rgb(30,30,30);
	
	background-color:rgb(105,105,105);
}
#pasekom{
	background-image: url("../img/pasekom.jpg");
	width:920px;
	height:94px;
	
	border:5px solid white;
	margin:-65px 0 0 10px;
	float:left;
	box-shadow:0 0 5px 2px rgb(60,60,60);
}
#obrazomnie{
	background-image: url("../img/obrazomnie.jpg");
	width:180px;
	height:256px;
	border:3px solid white;
	float:left;
	margin:20px 0 0 10px;
	box-shadow:0 0 5px 2px rgb(60,60,60);
}
#opisomnie{
	width:700px;
	height:auto;
	font-size:12px;
	font-family:verdana;
		color:white;
		text-align:left;
		float:left;
		margin:20px 0 50px 10px;
}
.stopka{
	position:absolute;bottom:0px;
}