﻿/*    <!-- Authored by Tim Richards, June 2008 --> */
html, body
{
	width: 100%;
	height: 100%;
	padding: 0px;
	overflow: hidden;
}
#divGrouping
{
	position: fixed;
	left: auto;
	top: 170px;
	right: 280px;
	height: auto;
}
#divKey
{
	position: fixed;
	right: 125px;
	top: 170px;
	width: 150px;
	bottom: 0px;
}
#divAdsense
{
	position: fixed;
	right: 15px;
	top: 170px;
	width: 120px;
	bottom: 0px;
}
#divMap
{
	position: absolute;
	left: 5px;
	top: 280px;
	right: 280px;
	bottom: 20px;
	text-align: center;
	vertical-align: middle;
}
#divStatus
{
	position: fixed;
	left: auto;
	bottom: 5px;
	width: auto;
	height: auto;
}

