/* HOMEPAGE RULES *//* SITE CONTAINER */div#site_container {	background: transparent url("/images/backgrounds/site_background.gif");	background-repeat: repeat-y;	background-position: 0px 470px;}/* CONTAINER PIX */.aquired_knowledge {	background: transparent url("/images/backgrounds/homepage_headers/header(book).jpg");}.bridge_to_the_future {	background: transparent url("/images/backgrounds/homepage_headers/header(bridge).jpg");}.blue_cells {	background: transparent url("/images/backgrounds/homepage_headers/header(cells).jpg");}.petri_dishes {	background: transparent url("/images/backgrounds/homepage_headers/header(petri_dishes).jpg");}.glossy_chairs {	background: transparent url("/images/backgrounds/homepage_headers/header(chairs).jpg");}.test_tubes {	background: transparent url("/images/backgrounds/homepage_headers/header(test_tubes).jpg");}.modern_desk {	background: transparent url("/images/backgrounds/homepage_headers/header(desk).jpg");}.microscope {	background: transparent url("/images/backgrounds/homepage_headers/header(microscope).jpg");}.businessman_hands {	background: transparent url("/images/backgrounds/homepage_headers/header(businessman_hands).jpg");}/* HEADER RULES */	#header h1 {		height: 320px;	}	/* MAIN BODY */div#main_body {	margin: 0px 50px 0px 250px;	width: 640px;}	#main_body a {		text-decoration: none;	}/* MAIN TEXT ON HOMEPAGE */		div#featured_content {		margin: 0px 290px 0px 0px;		width: 350px;	}/* SMALLER TEXT SHOWCASES */		a#candidate_showcase, a#employer_showcase, a#testimonials_showcase {		position: absolute;		left: 430px;		width: 240px;		font-size: 12px;		line-height: 16px;		text-decoration: none;		color: #FFFFFF;	}		a#candidate_showcase:hover, a#employer_showcase:hover, a#testimonials_showcase:hover {		color: #FFFFFF;	}			a#candidate_showcase {		top: 20px;	}		a#employer_showcase {		top: 130px;	}		a#testimonials_showcase {		top: 255px;	}			#candidate_showcase p, #employer_showcase p, #testimonials_showcase p {			margin: 20px 0px;		}				#candidate_showcase img, #employer_showcase img, #testimonials_showcase img {			position: relative;			top: 1px;		}