* {
	margin: 0;
	padding: 0;
}

body {
	background: #F7C601;
	font-family: Trebuchet MS;
	text-align: center;
	color: #2E3F4F;
	font-size: 1em;
}

a, a:visited {
	color: #39537E;
}

a:hover {

}

#background {
	width: 100%;
	height: 100%;
	background: #F7C601 url(images/tree2.gif) no-repeat 100% 100%;
}

#container {
	margin: 0 auto;
	width: 600px;
	text-align: left;
}

/* begin header */

#header h1 {
	font-size: 3em;
	font-weight: normal;
	text-align: center;
	padding: 20px;
}

#header h1 a, #header h1 a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #2E3F4F;
}

#header h1 a:hover {
	text-decoration: underline;
}

#header h2 {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 10px;
}

/* end header */

/* begin content */

#content {
	text-align: center;
	background-color: #C09D45;
	padding: 35px 0;
	margin: 50px 0;
}

#content p {
    padding: 1em 0;
}

/* end content */

/* begin footer */

#footer {
	margin-top: 50px;
	font-size: .6em;
	text-align: center;

}
/* end footer */

.clear {
	clear: both;
}
