@charset "utf-8";html, body {    height: 100%;}body {    margin: 0;    padding: 0;    background-color: #0e0e0e;	color: #999;}#top {    position: absolute;}#banner {	background-image: url(lajolla.jpg);	background-repeat: no-repeat;	height: 280px;	width: 100%;}h1, p {    margin: 0;    padding: 0.3em 0;}#container {    min-height: 100%;    margin-bottom: -36px;}* html #container {    height: 100%;}#footer-spacer {    height: 36px;}#footer {	text-align: center;	color: #666;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 11px;        height: 35px;}