body {
	background: #637D33 url('bg.jpg') no-repeat center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
	color: #002200;
}

#title {
	align: centre;
	margin: 0 auto;
	position: relative;
	top: -40px;
	color: #002900;
	padding: 0 25%;
}

#main{
	align: centre;
	margin: 0 370px;
	line-height: 25px;
	position: relative;
	top: 90px;
}

h1 {
font-size: 59px;
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}


a:link { color:#002200; text-decoration:none; }
a:visited { color:#002200; text-decoration:none; }
a:alink { color:#002200; text-decoration:none; }
a:hover { color:#00EE00; text-decoration:none; }


#footer {
	width: 75%;
	margin: 0px auto;
	padding: 6px 0px;
	border-top: #363636 1px solid;
	position: relative;
	top: 100px;
}

#footer p {
	margin: 0px;
	text-align: center;
}