/* DIVERSIFIED TECHNICAL SOLUTIONS GENERAL RULES *//* SITE CONTAINERS */	div#site_container {		background: transparent url("/images/backgrounds/homepage_background.gif");		background-repeat: no-repeat;		background-position: top center;	}/* HEADER */div#header {	height: 100px;}/* NAVIGATION */		a#home_link {			width: 63px;			background: transparent url("/images/navigation/home_button(home).gif");		}		/* EYE CANDY */ul#eye_candy {	position: absolute;	top: 0px;	right: 0px;	margin: 0px;	padding: 0px;	width: 480px;	height: 550px;	list-style: none;	z-index: 100;	overflow: hidden;}		/* BODY TEXT REGION */div#body_text {	padding: 30px 0px 0px 30px;	width: 270px;	height: 200px;	overflow: hidden;}/* FEATURED INFO */ul#featured_info {	padding: 40px 500px 0px 0px;}	#featured_info li {}			#featured_info li a {			display: block;			height: 110px;		}					#featured_info li a span {				display: none;			}
