@charset "utf-8";
* { margin: 0; padding: 0; }

html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }
body {
	font: 75% "Verdana", "Tahoma", "Arial", sans-serif;
	background-image:url("../img/bg.jpg");
	background-repeat:repeat;
	background-position:center;
}
img {
	border: 0;
}
a{
	display: inline-block;
	margin: 5px 0px;
}
header {
	margin: 0 auto;
	padding-top: 50px;
	width: 100%;
	max-width: 886px;
	position: relative;
	text-align: center;
}
.uvod{
	font-size: 150%;
	font-family: Georgia;
	font-style: italic;
	line-height: 1.8;
}
#page h1{
	display: block;
	margin: 0 auto;
	text-align: center;
}
.uvod h2{
	margin: 10px 0;
	font-family: Georgia;
	font-style: normal;
}
#page h2{
	margin-top: 50px;
}
#page ul{
	margin-top: 10px;
}
#page li{
	list-style-type: none;
	padding-left: 10px;
}
#page {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .85);
	border: 3px solid #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #cecece;
	width: 98%;
	max-width: 886px;
	margin: 30px auto 0 auto;
	text-align: left;
	position: relative;
}
article {
	margin: 30px;
}
footer {
	background: url("../img/bg_footer.png") 100% 100% repeat-x;
	width: 100%;
	clear: both; 
	position: relative;
	height: 35px;
	margin-top: -35px;
}
#created_by{
	text-align:center;
	position: absolute;
	width: 98%;
	max-width: 880px;
	top: 14px;
}
#footer_content {
	background: url("../img/bg_footer.png") 100% 100% repeat-x;
	margin: 0 auto;
	width: 100%;
	max-width: 886px;
	height: 35px;
	text-align:center;
	position: relative;
	color: #FFF;
}
#footer_content a{
	text-decoration: none;
	color: #FFF;
}
#footer_space{
	position: relative;
	clear: both;
	height: 60px;
}