html, body {
	margin:0;
	padding:0;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
div#page {
	width: 450px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
}
div#container {
	width: 450px;
}
div#ads {
	clear: both;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	text-align: center;
}