/* 
Author: dogdeck
Copyright Carhole Productions 2010
*/

body
{
	margin:0px;
}

img
{
	border: none;
}

#header
{
	font-family:"ST Gothic", Verdana, Helvetica;
	font-size:30px;
	color:#7B5D29;
	position:fixed;
	width:100%;
	height:30px;
	max-height:30px;
	border-bottom: 1px solid #7B5D29;
	background-color:#7B5D29;
}

#body
{
	font:Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	vertical-align: middle;
	text-align: center;
	margin-top:30px;
	height:100%;
	width:100%;
	background-color:#006633;
	margin-bottom:30px;
	overflow:hidden;
}

#footer
{
	font:"ST Gothic", Verdana, Helvetica;
	background-color:#7B5D29;
	height:30px;
	width:100%;
	max-height:30px;
	position:absolute;
	bottom:0px;
}
#logo
{
	position:absolute;
	right:0px;
	bottom:0px;
}
#linkbar
{
	position:absolute;
	left:5px;
	bottom:0px;
}


