

body {
		background-image: url(images/bg.jpg);
		background-repeat: repeat-x;
		background-color: #197b30;
}

img {
		border: none;
}

img a {
		border: none;
}

#page-wrap {
		width: 1000px;
		height: 768px;
		margin: 0 auto;
}

div#content {
		position: absolute;
		top: 0;
		width: 1000px;
		height: 768px;
		background-image: url(images/contentbg.jpg);
}

div#content h1 {
		padding-top: 360px;
		padding-left: 415px;
		font-size: 22px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: white;
}

div#content h2 {
		padding-left: 415px;
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: white;
		margin-bottom: 21px;
}

a.follow {
		margin-left: 753px;
}

table.footer {
		margin-top: -25px;
}

table.footer h3 {
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #105a21;
}

table.footer h3 a {
		color: #105a21;
		text-decoration: none;
}

table.footer h3 a:hover {
		color: white;
}