@charset "utf-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#d56826;
}


#content {
padding:10px;
}

#footer {
	font-size: 9px;
	color: #536573;
}