body {
	text-align: center;
	background: #fff; }

#frame {
	width: 983px;
	margin: 0 auto 10px auto;
	text-align: left; }
	
#header {
	height: 87px;
	position: relative;
  background: #fff url(../images/logo.jpg) no-repeat; }
  #header h1 {
  	display: none; }

#splash {
	height: 503px;
	position: relative;
  background: url(../images/demo_splash.jpg) no-repeat; }
  #splash h2,
  #splash p {
  	display: none; }

#content {
	height: 534px;
	position: relative;
	background: url(../images/demo_content.jpg) no-repeat; }
	#content h3,
	#content h5 {
  	display: none; }
	#content h4 {
		top: 242px;
		position: absolute;
		font-size: 1.2em;
		color: #000;
		font-weight: bold; }
	#content p {
		position: absolute;
		font-size: 1.1em;
		color: #535353;
		width: 195px; }
	
	#content .col1 { left:  41px; }
	#content .col2 { left: 280px; }
	#content .col3 { left: 524px; }
	#content .col4 { left: 766px; }
	
	#content p.leadin  { top: 259px; font-weight: bold; }
	#content p.details { top: 307px; }
	#content p.link    { top: 414px; }

	#content p#watchmore {
		top: 495px;
		left: 46px;
		width: 100%; }
  	#content p#watchmore a {
  		font-size: 1.2em;
  		color: #65020E;
  		font-weight: bold; }

#footer { }
  #footer p {
  	font-size: 1.0em;
  	color: #666;
  	padding: 21px 36px; }