#icons {
	height: 200px;
	color: #000;
	background: url("/site_graphics/bg-icons-home.jpg") no-repeat top left #006893;
	}
	
/*#icons-ctr { width: 750px; margin: 0px auto; }*/
#icons-ctr { padding-left: 373px; }
	
#icons img {
	margin: 0px auto;
	}
	
div.icon {
	float: left;
	width: 150px;
	height: 200px;
	color: #000;
	background: #ffffcc;
	}
	
#icon-one,
#icon-two,
#icon-three,
#icon-four {
	width: 150px;
	height: 200px;
	}	
	
#icon-one h2,
#icon-two h2,
#icon-three h2,
#icon-four h2 {
	padding: 0px;
	margin: 0px;
	text-indent: -9000px;
	}
	
#icon-one a,
#icon-two a,
#icon-three a,
#icon-four a {
	display: block;
	width: 150px;
	height: 200px;
	color: #000;
	}

/*	
#icon-one a:hover,
#icon-two a:hover,
#icon-three a:hover,
#icon-four a:hover {
	background: red;
	}
*/
	
#icon-one a {
	background: url("/site_graphics/bg-icons-home.jpg") no-repeat -373px 0px;
	}
	
#icon-one a:hover, #icon-one a.selected {
	background-position: -373px -200px;
	}

#icon-two a {
	background: url("/site_graphics/bg-icons-home.jpg") no-repeat -523px 0px;
	}
	
#icon-two a:hover, #icon-two a.selected {
	background-position: -523px -200px;
	}
	
#icon-three a {
	background: url("/site_graphics/bg-icons-home.jpg") no-repeat -673px 0px;
	}
	
#icon-three a:hover, #icon-three a.selected {
	background-position: -673px -200px;
	}
	
#icon-four a {
	background: url("/site_graphics/bg-icons-home.jpg") no-repeat -823px 0px;
	}
	
#icon-four a:hover, #icon-four a.selected {
	background-position: -823px -200px;
	}