body {
	background:#000 url('../images/background.gif') no-repeat;
	color: #FFF;
	padding: 0;
	width: 949px;
	margin: 0 auto;
}

#head {
	margin: 10px 0 20px 0;
	width: 949px;
	height: 190px;
	background: url('../images/head.png') no-repeat;
}

#top {
	background: url('../images/top.png') no-repeat;
	height: 61px;
}

#middle {
	background: url('../images/vzorek.png') repeat-y;
	width: 949px;

}

#menu {
	width: 277px;
	text-align: center;
	text-transform: uppercase;
	float: left;
	font: lighter 18px/25px Impact;
	margin: 15px 54px 0 0;
}

#text {
	width: 560px;
	font: 14px Tahoma;
	text-align: justify;
	margin-right: 58px;
	position: relative; top: 0px; 
	float: right;
}

a {
	color: #FFF;
}

a:hover {
	text-decoration: none;
}

h2 {
	margin-top: 14px;
}

.cleaner {
	clear:both;
}

#bottom {
	background: url('../images/bottom.png') no-repeat;
	height: 61px;
	margin-bottom: 10px;	
}

.seo {
	display: none;
}

#login {
	margin: 30px 0 0 30px;
}