/********************************/
/*                              */
/*  Bahamut Cars CSS template   */
/*  17-05-2011 - rev 5.0        */
/*  Created by Bahamut Cars     */
/*  http://www.bahamutcars.com  */
/*                              */
/********************************/

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	margin:0px;
	padding:0px;
	background-color: #dddddd
}
#wrapper {
	background-color: #ffffff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:800px;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
}
.copyright {
	height: 20px;
	font-size: 9px;
	line-height: 12px;
	background-color: #cccccc;
  display: block;
	text-align:center;
	position: relative;
	top: 20px
}