html, body {
	margin:0;
	padding:0;
}
body{
	color: #222;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 75%;
}
a           {
	color: #810003;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}

h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}

pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 800px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
		border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	
}
div#container {
	padding: 0px;
	background-color: #FFFFFF;
	
	padding-bottom: 10px;
	
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}

