/* @override http://x-9.dev/includes/x-9.css */
html {
	height: 100%;
	width: 100%;	
}

body {
	background-color: #FFF;
	color: #777;
	font-family: sans-serif;
	font-size: .72em;
	margin: 0;
	padding: 0;
}
#container
{
	position: static;
	min-height: 100%;
	height: 100%;
	width: 100%;
	min-width: 100%;
}
#message
{
	top: 50%;
	left: 50%;
	position: absolute;	
	width: 120px;
	margin-left: -60px;
	height: 120px;
	margin-top: -60px;		
	padding: 0;
}

#footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
#footer ul {
	padding-top: 0.5em;
	margin-left: 50px;
	margin-right: 50px;
	border-top: 1px solid #777;	
	list-style-type: none;
}
#footer li {	
	display: inline;
	padding-left: 1em;
	padding-right: 1em;	
}
#footer li a {
	padding-top: 4px;
	padding-bottom: 4px;	
	padding-right: 30px;
	text-decoration: none;
	color: #777;
	background: url(../media/map-link-icon.gif) no-repeat 100% 50%;
}
