html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-family: arial;
	font-size: 12px;
	background: #f7f7f7;
	margin: 0;
	padding: 0;
}
div#map {
	width: 100%;
	height: 95%;
	display: block;
}
div#map img {
	padding: 3px;
	border: 1px solid #d5d5d5;
	marign: right: 5px;
}
div#footer {
	width: 100%;
	padding: 0px;
	display: block;
	background: #fff;
	color: #000;
	font-weight: bold;
	text-align: center;
}
div#footer img {
	border:0;
	padding:0;
	margin:0;
}
div#footer a, a:visited {
	color: #fff;
	height: 5%;
	font-weight: bold;
	text-decoration: none;
}
div#copy{
	width: 30%;
	margin-left: 30%;
	text-align: center;
}
div#menu{
	float: left;
	width: 30%;
	text-align: center;
}
div#new_posts_count{
	width: 30%;
	margin-left: 70%;
	text-align: center;
}
div#logo {
	width: 236px;
	height: 100px;
	position: absolute;
	top: 100px;
	display: block;
}
