/* iconDockHome
 * 
 * Remove This to the correct file/path
 * */

/* =iconDockHome
-------------------------------------------------------------- */
#iconDockHome{
	width:660px; height:55px;
	position:absolute;
	top:395px;
	margin:auto;
}

div.bubbleInfo{
	margin-top:3px;
	float:left;
	position: relative;
	width:50px; height:50px;
	margin-right:10px;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
	z-index:500;
	background:url("imgs/codaPop.png");
	width:75px;
	height:60px;
	padding:5px;
	text-align:center;
	font-family:"Diavlo Bold", serif;
	}