/* CSS Document */

.btnContinue1 {
	width:120px;
	height: 40px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(images/home.jpg);
	}
 
.btnContinue1:hover {
	background-image:url(images/home1.jpg);
	}
	
.btnContinue2 {
	width:120px;
	height: 40px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(images/electronic_cable_location.jpg);
}
 
.btnContinue2:hover {
	background-image:url(images/electronic_cable_location11.jpg);
	}

.btnContinue3 {
	width:120px;
	height: 40px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(images/other_utility_locations.jpg);
}
 
.btnContinue3:hover {
	background-image:url(images/other_utility_locations1.jpg);
	}

.btnContinue4 {
	width:120px;
	height: 40px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(images/waterleak.jpg);
}
 
.btnContinue4:hover {
		background-image:url(images/waterleak1.jpg);
	}

.btnContinue5 {
	width:120px;
	height: 40px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(images/cctv.jpg);
}
 
.btnContinue5:hover {
		background-image:url(images/cctv1.jpg);
	}
	
.btnContinue6 {
	width:120px;
	height: 40px;
	display: block;
	font-size: 10px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-image:url(images/more_about_us.jpg);
}
 
.btnContinue6:hover {
		background-image:url(images/more_about_us1.jpg);
	}
	
a {align: center;
}