body 
{
	background: #000000 url(/images/bodypodklad.jpg) repeat-x;
	background-attachment: fixed;
	margin: auto;
	padding: 0;
	text-align: justify;
	min-width: 800px;
	font-family: Arial;
	font-size: 0.8em;
	color: white;
}

#main
{
	width:800px;
	text-align:center;
	margin:auto;	
}

#top
{
text-align: center;
width:800px;
height:100px;
margin-top:10px;
background:url(/images/top.png) no-repeat;	
}

#menu
{
	width:800px;
	overflow: hidden;
	height:38px;	
}

#center
{
	background:url(/images/mainpodklad.png) repeat;
}

#bottom
{
	background:url(/images/bottom.png) no-repeat;
	height:35px;
}
#maintext
{
	text-align: justify;
	background: url(/images/maintextpodklad.png) repeat;
}

#maintexttop
{
	height: 20px;
	background: url(/images/mainpodkladtop.png) no-repeat;
}

#maintextbottom
{
	height: 20px;
	background: url(/images/mainpodkladbottom.png) no-repeat;
}

#maintext h1
{
	height: 33px;
	margin: 0px 20px 0px 20px;
	padding: 9px 10px 0px 25px;
	font-size: Arial;
	font-size: 1.0em;
	text-transform: uppercase;
	color: black;
	background: url(/images/titulekpodklad.png) no-repeat;
	
}

#maintext p
{
	font-size: 1.1em;
	font-family: verdana;
	font-weight: lighter;
	padding: 0 5px 10px 5px;
	margin: 5px 15px 0px 15px;
	text-align: justify;
}

#paticka
{
	padding: 20px;
}










