body {
	text-align: center;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 20px;
	color: #786e64;
	font-size: 14px;
	font-family: Arial;
	height: 100%;
}

div#container {
	position: relative;
	width: 960px;	
	margin: 0px auto;
	text-align: left;
}

div#content {
	width: 960px;	
	height: 407px;
	margin: 0px auto;
	text-align: left;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	margin-bottom: 34px;
}

div#content1, div#content2 {
	width: 200px;
	position: absolute;
	top: 188px;
}

div#content1 {
	left: 150px;
}

div#content2 {
	left: 586px;
}

h1, h4 {
	display: none;
}

strong {
	color: #54a31c;
}

div#footer {
	border-top: 1px solid #dcd2c8;
	font-size: 12px;
}

div#footerContent1 {
	float: left;
	padding-left: 10px;
}

div#footerContent2 {
	float: right;
	padding-right: 10px;
}