h2 {
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:780px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #f0f0f0;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
}

div#header {
	height: 175px;

}

div#content {
	clear: both;
	padding: 10px;

}

div#footer {
	position:absolute;
	width:100%;
	bottom:0;
	border-top:6px double gray;
	background-image: url(../images/background.gif);
}
