#getin {
	position:absolute;
	bottom:15px;
	right:10px;
	width:254px;
	height:60px;			
}

	#getinlink {
		display: block; 
		color:#a6ce39;
		width:254px;
		height:60px;
		background: url(/images/getin.png) no-repeat;
	}

	#getinlink:hover{
		color:#a6ce39;
		background: url(/images/getinOver.png) no-repeat;
	}

#talkto {
	width:254px;
	height:60px;
	padding-left:5px;
}

	#talktolink {
		display: block; 
		color:#a6ce39;
		width:254px;
		height:60px;
		background: url(/images/talkTo.png) no-repeat;
	}

	#talktolink:hover{
		color:#a6ce39;
		background: url(/images/talkToOver.png) no-repeat;
	}
	
#case {
	width:254px;
	height:60px;
}

	#caselink {
		display: block; 
		color:#a6ce39;
		width:254px;
		height:60px;
		background: url(/images/case.png) no-repeat;
	}

	#caselink:hover{
		color:#a6ce39;
		background: url(/images/caseOver.png) no-repeat;
	}
