html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:910px;
	background-image: url(images/bgtable.jpg);
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#contentbg {
	background-image: url(images/bgtabletop.jpg);
	background-repeat: repeat-x;
}
#content {
	color: #FFFFFF;
}
div#footer {
position:relative; /* needed for footer positioning*/
	width:910px;
	bottom:0px; /* stick to bottom */
	background-image: url(images/bgtable.jpg);
	text-align: center;
	background-position: center;
}
	div#footer p {
		padding:1em;
		margin:0;
	}
.whitetext {color: #FFFFFF}
a:link {
	color: #D8DCB7;
}
a:visited {
	color: #D8DCB7;
}
a:active {
	color: #D8DCB7;
}
a:hover {
	color: #FFFFFF;
}
