div.headr{
	position: absolute;
	top: 0px;
	left: 50px;
	width: 1000px;
	height: 200px;
	background-image: url(psani.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border-top: 5px groove #ffcd74;
	background-color: white;
}
div.left{
	position: absolute;
	top: 200px;
	left: 50px;
	width: 200px;
	border-right: 2px groove #ffcd74;
}
div.content{
	position: absolute;
	top: 200px;
	left: 300px;
	width: 500px;
	border-bottom: 5px groove #ffcd74;
	text-align: justify;
	font-family: "Apple Chancery";
}
div.reklama{
	position: absolute;
	top: 200px;
	left: 850px;
}
h1{
	color: #ffda00;
	font-size: 57px;
	font-family: Casual;
}
h2{
	color: rgba(160,125,0,0.51);
	font-family: Casual;
}
h3{
	font-family: Casual;
	color: #ffda00;
}
a{
	color: gray;
}
#odkaz{
	text-align: center;
	word-spacing: 70px;
}
#copy{
	text-align: center;
	font-size: 80%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}