body {
	margin:0;
	padding:0;
	color: #333;
	font: normal 0.6em sans-serif,Arial;
	background-position: center center;
	background-color: #2f2f2f;
	background-image: url(back.gif);
	background-repeat: repeat-x;
	background-position: scroll;
	width: 100%;
	height: 100%;
}

html {height: 100%;}
table {height: 100%;}
.jimgMenu {
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width:555px;
	height:300px;
	overflow: hidden;
}
.info {
width: 300px;
height: 300px;
background: #000000;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 300px;
	position: relative;
	}
	
.jimgMenu ul li {
	width: 185px;
	float: left;
	display: block;
	overflow: hidden;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 2px solid #EFEFEF;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 300px;
}

.jimgMenu ul li#corporate a {
	background: url(3.jpg) repeat scroll 0%;
}

.jimgMenu ul li#home_yacht a {
	background: url(2.jpg) repeat scroll 0%;

}

.jimgMenu ul li#healthcare a {
	background: url(1.jpg) repeat scroll 0%;
  
}

.clear {
	clear: both;
}

