@charset "utf-8";
/* CSS Document */
body
{
	background-image: url(images/treebg.jpg);
	background-repeat:no-repeat;
	background-color:#0B0E0A;
	background-position: center;	
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.homepagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

