body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(images/body_bg.png);
}
#container {
	background-color: #FFF;
	text-align: left;
	height: auto;
	width: 770px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 35px;
	padding-top: 10px;
}
#footer {
	background-color: #300;
	text-align: center;
	clear: both;
	height: 25px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 12px;
	font-style: normal;
	color: #54E27E;
	padding-top: 10px;
}
#content {
	width: 100%;
	margin-bottom: 20px;
}
