html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:url(images/BBBACK.png);
	font-family:arial,sans-serif;
	font-size:small;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:orange;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding:1em;
	/*background:#ddd url("../csslayout.gif") 98% 10px no-repeat;*/
	height:73px;
	background:url(images/head-1.png); 
}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
	text-align:center;
}

div#footer {
	color:#FFF;
	text-align:center;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#A66C40;
}

