/* HOMEPAGE RULES *//* SITE CONTAINERS */div#whole_site_container {}div#site_container {}div#container {	height: 600px; }/* HEADER *//* SITE INTRO TEXT */div#intro_text {	height: 150px;}/* MAIN SITE CONTENT BODY */a#tired_tickets_ad {	background: transparent url("/images/misc_elements/tired_tickets_ad.png");	top: -14px;}a#did_you_know_ad {	background: transparent url("/images/misc_elements/did_you_know_ad.png");	top: 228px;}a#tired_tickets_ad, a#did_you_know_ad  {	display: block;	position: absolute;	right: -30px;	margin: 0px;	height: 242px;	width: 304px;	background-repeat: no-repeat;	background-position: 0px 0px;}	a#tired_tickets_ad:hover, a#did_you_know_ad:hover {		background-position: -305px 0px;	}	#tired_tickets_ad strong {		display: none;	}		#did_you_know_ad p {		padding: 70px 30px;		width: 244px;		height: 102px;		color: #ffffff;		font-size: 13px;		text-align: center;	}/* MAIN TEXT REGION */	div#body_text {		position: relative;		text-align:right;		margin: 0px 0px 0px 665px;		width: 286px;		background-repeat: no-repeat;		background-position: 0px 0px;	}			#body_text h2 {		}