html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	overflow:hidden;
	height:100%;
	background-color:#fff;
	color:#999;
	font-family: 'Georgia','Garamond','Times New Roman',serif;
	font-size: 14px;
	text-align:left;
}
a:active, a:link, a:visited {
	color:#ba7b2b;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#footer {
	border-style:solid;
	border-color:#ccc;
	border-width:1px 0 0 0;
}
