*{	padding: 0;	margin: 0;}html, body {	height: 100%;}body {	background-image: url('/framework/img/background.jpg');	background-position: top center;}#container {	min-height: 100%;	background-color: #DDD;	width: 810px;	margin: 0 auto;	background-image: url('/framework/img/wrapper.jpg');}* html #container {	height: 100%;}#main{	margin: 0 auto;	width: 800px;	height: 100%;	background-color: #ffffff;	background-image: url('/framework/img/banner.jpg');	background-repeat: no-repeat;	padding-top: 150px;}#footer {	overflow: auto;    clear: both;	border-top: 1px solid #004000;	font-size: 0.8em;	padding: 0.5em;}#navigation {	height: 30px;}#navigation li {	float: left;	list-style-type: none;	margin: 0.5em 1em;}#navigation a{	text-decoration: none;}#navigation a:hover{}#content, .content{    padding: 1em;}#breadcrumb {    padding: 0.5em 1em 0 1em;    height: 1em;}