@charset "UTF-8";
/* CSS Document */
body {
	background-color: #212021;
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	border-top: 0px solid #000000;
}
#wrapper {
	max-width: 940px;
}
ul, menu, dir {
	display: block;
	list-style: none;
	padding: 20px 0px;
}
#footer, #footer p {
	font: normal 13px/1em "Helvetica Neue", Helvetica, sans-serif;
	color: #999999;
	border-top: 1px solid #dbdbdb;
	text-align: left;
	padding: 10px 0px;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}