html, body
 {	height: 100%; }

body
 {	background-color: #666;
	margin: 0px; }

#banner
 {	position: absolute;
	height: 60px;
	width: 468px;
	top: 100px;
	left: 100px;
	right: 0px;
	background-image: url(/img/autostatic-banner.jpg);
	background-repeat: no-repeat; }

#banner p
 {	margin-left: -9999px;
	display: none; }

#cc
 {	position: absolute;
	width: 468px;
	top: 160px;
	left: 100px;
	right: 0px;
	font-family: "Arial", "Verdana", sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #fff; }

#cc a:link, #cc a:active, #cc a:visited
 {	text-decoration: none;
	color: #fff; }
