#homePage {
	position:relative;
	background-color:#FFFFFF;
	width:745px;
	background-position:right top;
	background-repeat:no-repeat;
	height:490px; 
	float:right
}

#homePage #homeLink1{
position:absolute; height:215px; width:206px; display:block; left:257px; top: 237px; color:#fff; text-decoration:none;
}
 

#homePage span{
	display: none;
}

#toolTipDiv{
position: absolute;
text-align:center;
border: 4px solid #333;
padding: 5px;
visibility: hidden;
z-index: 100;
color:#333;
font-size:12px;
background-color:#fff;
}

#toolTipDiv img{ width:100px;}

