/* --- Header
-------------------------------------------------------*/

#header {
	height: 84px;
}
	
	#header p.bread_crumb {
		bottom: -29px;
	}


/* --- Primary Content
-------------------------------------------------------*/

#primary_content { }

	
	
	/* --- Banner
	-------------------------------------------------------*/
	
	#banner {
		height: 480px;
		position: relative;
	}
	
	#banner_frame {
		position: absolute;
		top: 0;
		width: 960px;
	}
		
		#frame_top {
			position: absolute;
			left: 0;
			top: 0;
			width: 960px;
			height: 33px;
			background-image: url(/images/whats_flo_tv/frame_top.png);
		}
		
		#frame_right {
			position: absolute;
			right: 0;
			top: 33px;
			width: 51px;
			height: 325px;
			background-image: url(/images/whats_flo_tv/frame_right.png);
		}
		
		#frame_left {
			position: absolute;
			left: 0;
			top: 33px;
			width: 26px;
			height: 325px;
			background-image: url(/images/whats_flo_tv/frame_left.png);
		}



/* --- Thickbox Styles
-------------------------------------------------------*/

#sb-container.demo_player #sb-info,
#sb-container.demo_player #sb-nav-close {
	display: none;
}

#sb-container.demo_player #sb-body {
	border: 0;
}
