/* Main Site CSS */

body {
   	margin: 0;
   	padding: 0;
   	text-align: center;
	background-color: #FFFFFF;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

#container {
   	margin: 0 auto;
   	text-align: left;
   	width: 800px;
}

#bodyArea {
	padding: 0 30px 50px 30px;
	background-image: url('/img/body.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#footer {
	padding: 20px 0;
	font-size: 12px;
	text-align: center;
}