/* BEST & WORST CSS 
 ***********************************************/

/* Globals */
* { margin: 0; padding: 0; }

html {
	width: 100%;
	height: 100%; }
body {
	height: 100%;
	text-align: center;
	color: #111;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #999; }

h1 {
	display: block;
	width: 944px;
	height: 130px;
	margin-bottom: 20px;
	text-indent: -7777px;
	line-height: 130px;
	background: #000 url(../img/header.png) left top no-repeat; }
h2 {
	margin-bottom: 10px;
	font-size: 32px; }
p { 
	font-size: 16px;
	line-height: 22px; }


/* Layout */
#container { 
	width: 980px;
	margin: 0 auto 0 auto;
	text-align: left; }
#flasharea1 { height: 1120px; }
#flasharea2 { height: 2880px; }

#noflash { background-color: #fff; }
#disclaimer { 
	padding: 20px;
	background-color: #ccc; }
#results { padding: 20px; }

