body {
	margin: 0 auto;
	text-align: center;
	background-image:url(mainbg2.png);
	background-repeat: repeat-x; 
	font-family: Tahoma, Arial, Helvetica, Sans;
	font-size: 12px;
	background-color: #55311b;
	overflow:  -moz-scrollbars-vertical;

}

a {
	color: #FFC58A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
#topcontainer {
	margin: 0 auto;
	width: 600px;
}

#toppic {
	float: right; 
	position: relative; 
	top: -170px;
	left: 50px;
}

#topexample {
	float: right; 
	position: relative; 
	top: -220px;
	left: 350px;
}

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

#logo {
	position: relative;
	top: 35px;
	left: -10px;
}

#welcome {
	position: relative;
	width: 600px;
	top: 40px
}

#welcome a {
	color: #777;
}

#grass900 {
	position: relative;
	width: 900px;
	margin: 0 auto;
	top: 175px;
	text-align: left;
}

.grasscontainer {
	position: relative;
	width: 600px;
	color: #fff;
	float: left;
}



#footer {
	background-image: url(bottombg.png);
	background-repeat: repeat-x;
	position: relative;
	top: 250px;
	height: 55px;
	text-align: center;	
	color: #895c3c;
	font-size: 10px;
	padding-top: 15px;
	clear: both;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}	

#menu {
	position: relative;
	float: right;
	left: 50px;
	top: -30px;
}

#menu li {
	display: inline;
	list-style-type: none;
	color: #66CC33;
	font-weight: bold;
	font-size: 14px;
}

#menu a {
	color: #000;
}

#footer2 {
	position: absolute; 
	left: 745px;
	top: 20px;
}

#recap {
	position: absolute;
	left: 500px;
	top: 35px;
	text-align: right;
}