body {
	background: #e6e4e1 url('gfx/bg_body.jpg') no-repeat center top;
	margin: 0px;
	padding: 0px;
}

#main{
	width: 750px;
	margin: 0px auto 0px auto;
	display: block;
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #6d6d6d;
	font-weight: bold;
	text-align: center;
}

#nadpisy{
	width: 700px;
	height: 20px;
	margin: 0px auto 0px auto;
}

#nadpisy h1, #nadpisy h2, #nadpisy h3{
	font-size: 10px;
	font-family: Arial;
	color: #000000;
	float: left;
	margin: 0px;
	padding: 0px 2px 0px 2px;
	line-height: 16px;
} 

#btn{
	height: 108px;
	width: 362px;
	outline: none;
	display: block;
	margin: 287px auto 0px auto;
	background: url('gfx/btn_off.jpg') no-repeat 0px 0px;
}

#btn:hover{ background: url('gfx/btn_on.jpg') no-repeat 0px 0px;}

#txt{
	display: block;
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #6d6d6d;
	font-weight: bold;
	width: 750px;
	margin: 20px auto 0px auto;
	text-align: justify;
}

#txt h1, #txt h2, #txt h3{
	font-size: 10px;
	color: #6d6d6d;
	margin: 0px;
	padding: 0px;
	float: left;
}

#txt a{
	color: #6d6d6d;
	text-decoration: none;
	outline: none;
}

#sub_menu{
	width: 100%;
	text-align: center;
	margin-top: 60px;
}

#sub_menu a{
	margin: 0px 4px 0px 4px;
	padding: 3px;
	font-family: Arial;
	color: #000000;
	border: 1px solid #aaaaaa;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	outline: none;
	background: #ffffff;
}

.clear {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}