/**
 * head_content.css
 * Styles for large head banners (promotions, entertainment, about)
 **/
 



#primary-promo-swf {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	height: 750px;
	top: 0px;
}

/* hit area for head content SWFs */
#primary-promo-swf-hit {
	position: absolute;
	left: 50%;
	margin-left: -512px;
	width: 1200px;
	height: 750px;
	top: 0px;
	z-index: 1;
	cursor: pointer;
}

#header-box {
	height: 715px;
}
