/* HOMEPAGE RULES */html {	background: #000000 url("/images/backgrounds/homepage_full_background.jpg");	background-repeat: no-repeat;	background-position: center top;}div#main_body {	margin: 0px;	height: 561px;}	div#body_text {		margin: 189px 568px 0px 2px;		width: 430px;	}			/* HOMEPAGE "GET STARTED" LINK */		a#get_started_link {			position: absolute;			top: 200px;			left: 0px;			padding: 0px 0px 0px 310px;			width: 120px;			height: 29px;			line-height: 29px;			font-size: 18px;			background: transparent url("/images/misc_elements/coat_hanger_icon.gif");			background-repeat: no-repeat;			background-position: 285px 0px;			text-align: right;			z-index: 500;		}				a#get_started_link:hover {			background-position: 285px -29px;		}/* CROSS FADING IMAGES */ul#eye_candy {	position: absolute;	top: 81px;	left: 464px;	width: 536px;	height: 480px;	list-style: none;	z-index: 5;	overflow: hidden;}	ul#eye_candy li {		position: absolute;		top: 0px;		left: 0px;	}/* FOOTER */div#footer_container {	position: absolute;	top: 430px;	left: 0px;	z-index: 10;}