.main {
	background-image: url(images/sm3.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	display: block;
	height: 768px;
	width: 1024px;
	background-position: center top;
	position: relative;
	visibility: visible;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000;
	top: -10px;
}
.center {
	height: 530px;
	width: 1024px;
	float: left;
	position: relative;
	top: 155px;
}
.menu {
	margin: 0;
	float: left;
	height: 30px;
	width: auto;
	padding-top: 3px;
	padding-right: 5%;
	padding-bottom: 3px;
	padding-left: 5%;
	position: relative;
	top: 150px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: gray;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: gray;
	left: 30px;
	
	
}
#menu li {
	display: inline;
	border-right: 1px solid gray;
	padding: 0 10px;
}
#menu a {
	color: #FFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.stopka {
	display: inline-block;
	float: left;
	height: 45px;
	width: 1024px;
	position: relative;
	top: 155px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #FFF;
	text-align: center;
}

#menu a:hover {
	color: #CCC;
}
.body {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	position: relative;
}
