body
{
  background-color: #111;
  margin-left: auto;
  margin-right: auto;
}

#banner
{
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

#imageMenu 
{
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
	width: 800px;
	height: 500px;
	overflow: hidden;
}

#imageMenu ul 
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	height: 500px;
	width: 800px;
}

#imageMenu ul li 
{
	float: left;
}

#imageMenu ul li a 
{
	text-indent: -800px;
	background:#FFFFFF none repeat scroll 0%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:100px;
	height: 500px;
}

#imageMenu ul li.fashion a {
	background: url(images/nfashion.jpg) repeat scroll 0%;
}
#imageMenu ul li.beauty a {
	background: url(images/nbeauty.jpg) repeat scroll 0%;
}
#imageMenu ul li.onlocation a {
	background: url(images/nonlocation.jpg) repeat scroll 0%;
}
#imageMenu ul li.people a {
	background: url(images/npeople.jpg) repeat scroll 0%;
}
#imageMenu ul li.news a {
	background: url(images/nnews.jpg) repeat scroll 0%;
}
#imageMenu ul li.kontakt a {
	background: url(images/nkontakt.jpg) repeat scroll 0%;
}
#imageMenu ul li.sedcardshooting a {
	background: url(images/nsedcardshooting.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}