﻿html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: Arial, sans-serif;
	color: #444;
	font-size: 9pt;
	margin-bottom:15px;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
{
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 680px;
	height: 200px;
	background-color: #fff;
	margin-top:0px;
	text-align: center;	
}
div#container {
	padding: 20px;
	text-align: center;	

}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}