body {
 text-align: center;
  margin: 0 auto;
  background: url(/images/hmpg/background.jpg) no-repeat top center;
  }
  
  
 div.ramka {
  height: 356px;
  width: 720px;
  position:relative;
  }



div.jimgMenu {
	width: 710px;
	height: 350px;
	overflow: hidden;
	margin: 155px 0px 0px 0px;
	position: relative;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding:0;
	display: block;
	height: 346px;
	width: 1340px;
	background-color: #106291;
	
	}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:78px;
	height: 346px;
}

.jimgMenu ul li.news a {
	background:  url(/images/hmpg/news.jpg) repeat scroll 0%;
}

.jimgMenu ul li.katalog a {
	background:  url(/images/hmpg/katalog.jpg) repeat scroll 0%;
}

.jimgMenu ul li.zamowienia a {
	background:  url(/images/hmpg/zamowienia.jpg) repeat scroll 0%;
}
.jimgMenu ul li.about a {
	background:  url(/images/hmpg/about.jpg) repeat scroll 0%;
}
.jimgMenu ul li.kursy a {
	background:  url(/images/hmpg/kursy.jpg) repeat scroll 0%;
}
.jimgMenu ul li.home a {
	background:  url(/images/hmpg/home.jpg) repeat scroll 0%;
	min-width:400px;
	
}

.clear {
	clear: both;
}

