body, html {
	height: 100%;
	background-color:#e1e1e;
	background-image:url(images/landing_bg.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-family:"Trebuchet MS", verdana;
	font-size:12px;
	}
	
a {
	color:#00c0ff;
	text-decoration: none;
}
a:hover {
	color:#00c0ff;
	text-decoration:underline;
}
	
hr {
  height           : 1px;
  width            : 100%;
}

body {
	margin: 0; padding: 0;
	}	

#wrapper {
	width: 800px;
	margin: 0 auto;
	}

* html #wrapper {
	height:100%;
	}

#usa_today {
	width: 204px;
	height: 200px;
	margin-top:20px;
	background-image:url(images/usa_today_badge.gif);
	background-repeat:no-repeat;
	}

#logo {
	width: 100%;
	height: 252px;
	margin-top:20px;
	background-image:url(images/landing_logo.gif);
	background-repeat:no-repeat;
	background-position:right;
	}
	
#logo_clock {
	width: 400px;
	height: 50px;
	margin-top:200px;
	float:right;
	margin-right:180px;
	}
	
#landing_content {
	width: 800px;
	margin: 0 auto;
	margin-top:45px;
	}
	
#landing_content_text {
	width: 800px;
	margin: 0 auto;
	}
	
#landing_enter_leave {
	width: 800px;
	height:100px;
	margin-top:20px;
	margin-bottom:20px;
	}
	
#landing_enter {
	width: 230px;
	height:100px;
	float:left;
	}
	
#landing_leave {
	width: 230px;
	height:100px;
	float:right;
	}
	
#landing_16 {
	width: 320px;
	height:100px;
	float:left;
	margin-left:10px;
	}
	
.lcdstyle{ /*Example CSS to create LCD countdown look*/
	color:#FFFFFF;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: bold;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}