@charset "UTF-8";
/*
	Background-Styles
*/
body {
	margin:0px;
	padding:0px;
	background-color:#2e2e2e;
	font-family:Georgia,"Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:20px;
	line-height:16px;
	text-align: center;
}
*{
	margin:0;
	padding:0;
}
a{
 text-decoration:none;
}
img{
 border:0px;
}
.wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;
 text-align:center;
}
#footer{
 background-color:#7db138;
}
/* Fix up IE6 PNG Support */
img, div, a, input, button, label { behavior: url(iepngfix.htc)}