body {
  	margin: 0;
  	margin-bottom: 25px;
  	padding: 0;
  	background-image: url('/images/body_bg.png');
	background-repeat: repeat-x;
  	font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
  	font-size: 12px;
  	color: #616161;
}

#page {
	width: 850px;
	margin: 0px auto;
}

a {
	text-decoration:none;
	color: #c72906;
	outline-style:none;
}

a:hover {
	text-decoration: underline;
}

#footer {
	width:100%;
	margin:5px 0px 10px;
	font-size:10px;
	float:left;
	clear: both;
}