html {
	background: #222;
}
body  {
	background: #000000 url(../images/brick-and-grass-background.jpg) repeat-x 0px -55px;
	height:696px;
}
#access {
	position: absolute;
	left: -9999px;
}
#footer {
	background: #000;
	color:#FFF;
}
#footer {
	padding: 10px;
	color: #333333;
	background-color: #FF0;
	font-size: 85%;
	border-top: 1px solid #222;
	height: 12px;
}
#footer  .ah-logo a {
	background: url(../images/tiny-ah-logo.png) no-repeat center top;
	display: block;
	height: 20px;
	width: 30px;
	text-indent: -9999px;
	margin-top: -5px;
}
#footer p.licence {
	float: left;
	width: 200px;
}
#footer p.ah-logo {
	float: right;
	width: 30px;
}

a, a:link {
	color: #FF0;
	text-decoration: none;
	background: #666;
}
a:hover, a:active {
	color: #F90;
	text-decoration: none;
	background: #666;
}
a:visited {
	color: #FF9;
	text-decoration: none;
	background: #666;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
