html {
  margin: 0px;
  padding: 0px;
}
  
body {
	background-color: #F7F7F7;
	background-image: url(../images/page-bckg.jpg);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #999999;
	position: relative;
}


#container {
	width: 640px;
	position: relative;
	z-index: 20;
	margin: auto;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

.logo {
	position: relative;
	margin: auto;
	padding: 0px 0px 0px 0px;
	margin: 97px 0px 0px 0px;
	_margin: 114px 0px 0px 0px;
}

.menu {
	position: relative;
	margin: auto;
	padding: 0px;
	width: 640px;
	border: 0px solid red;
}
.o-martinovi {
  display: block;
	width: 170px;
	background-image: url(../images/modry.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 300px 0px 0px 0px;
	float: left;
}

.galerie {
	width: 143px;
	background-image: url(../images/zeleny.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 300px 0px 0px 0px;
	display: block;
	float: left;
}

.vystavy {
	width: 148px;
	background-image: url(../images/cerveny.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 300px 0px 0px 0px;
	display: block;
	float: left;
}


.kontakt {
	width: 173px;
	background-image: url(../images/zluty.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 300px 0px 0px 0px;
	display: block;
	float: left;
}

a {
 text-decoration: none;
 color: #999999;
} 

.footer {
  position: relative;
  margin: auto;
  border: solid 0px red;
  padding: 0px;
  width: 640px;
  margin: 200px 0px 30px 0px;
  color: #999999;
  font-size: 75%;
  text-align: right;
} 

a:hover {

  text-decoration: underline;
  color: black;

}

.clear {
 clear: both;
 float: none;
 width: 100%
 height: 1px;
 font-size: 0px;
} 

