@charset "utf-8";
html,body {
	margin:0;
	padding:0;
}
#noFlash{
	background: url("images/noFlash_transmission.gif") no-repeat;
	width:609px;
	height:197px;	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -304.5;
	margin-top: -98.5px;
}
#contact a{
	background: url("images/contact.gif") no-repeat;
	width:202px;
	height:13px;
	position: absolute;
	top:56px;
	left:210px;
}
#contact a:hover{
	background:url("images/contactOver.gif") no-repeat;
	width:202px;
	height:13px;
	position: absolute;
	top:56px;
	left:210px;
}
#location a{
	background: url("images/location.gif") no-repeat;
	width:182px;
	height:41px;
	position: absolute;
	top:86px;
	left:210px;
}
#location a:hover{
	background: url("images/locationOver.gif") no-repeat;
	width:182px;
	height:41px;
	position: absolute;
	top:86px;
	left:210px;
}
#here a{	
	background:url("images/here.gif") no-repeat;
	width:25px;
	height:11px;
	position: absolute;
	top:170px;
	left: 416px;
}
#here a:hover{
	background:url("images/hereOver.gif") no-repeat;
	width:25px;
	height:11px;
	position: absolute;
	top:170px;
	left: 416px;
}