body
{
	padding: 0;
	margin: 0; 
	background-color: #C0DCE8;
	background-image: url(images/tlo.jpg);
	background-repeat: repeat-x;
	background-position: center top;

	font-size: 12px;
	font-family: arial;

}
h1
{
	display: inline;
	color: 	#87942C;
}
#layout
{
	margin: 0 auto;
	width: 100%;	
	float: left;

}
#page
{
	width: 940px;	
	margin: 0 auto;	
}

#gora
{
	width: 940px;
	height: 312px;
	background-image: url(images/gora.jpg);
	margin: 0 auto;
	float: left;
}
#gora a
{
	color: white;	
}
#srodek
{
	width: 940px;
	background-image: url(images/tlo.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	float: left;
}
#dol
{
	width: 940px;
	height: 40px;
	background-image: url(images/dol.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	float: left;
}
#stopka
{
	width: 940px;
	margin: 0 auto;
	float: left;
	text-align: right;
	position: relative; right: 20px; top: 10px;
	font-size: 10px;
}
#stopka a
{
	color:  #5E5E5E;
	text-decoration: none;
}
.img
{
	padding: 3px;
	border: 1px solid #85922C;
	background-color: #E9E9CB;

}
