



body {
	background-color:#232323;
background-image:url(images/back850.jpg);
background-repeat:no-repeat;
background-position:top center;
	text-align:center;
	
}

html
{

overflow:auto;
}

/**************************************************************

	Image Menu
	v 2.3

**************************************************************/

#Content
{
	
	
	

}

.imageMenu {
	position: relative;
	
	width: 500px;
	height: 130px;
	overflow: hidden;
	margin: 500px auto 20px auto;
}



.imageMenu ul {
	list-style: none;
	margin: 0px ;
	display: block;
	height: 130px;
	width: 1000px;
	padding: 0;
	}

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 130px;
}


.imageMenu ul li.landscapes a {
	background: url(images/landscapesmenu.jpg) repeat scroll 0%;
}

.imageMenu ul li.flowers a {
	background: url(images/flowersmenu.jpg) repeat scroll 0%;
}

.imageMenu ul li.architecture a {
	background: url(images/architecturemenu.jpg) repeat scroll 0%;
}

.imageMenu ul li.design a {
	background: url(images/designmenu.jpg) repeat scroll 0%;
}

.imageMenu ul li.retouching a {
	background: url(images/retouchingmenu.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/

