	html  {
	background:url(../images/bg_plant.png) fixed bottom right no-repeat;
	}
	
	a:link {
	color:#99FF99;
	text-decoration:none;
	}
	
	a:active {
	color:#99FF99;
	text-decoration:underline;
	}
	
	a:visited {
	color:#99FF99; 
	text-decoration:none;
	}
	
	a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
	body {
	position:relative;
	top:-10px;
	left:-10px;
	background:url(../images/bg_plant_a.png) fixed top left no-repeat;
	font-family:"Century Gothic", Arial, sans-serif;
	color:#999999;
	}

	h1 {
	font-size:16px;
	font-weight:bold;
	}
	
	h2 {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	}
	
	h3  {
	font-size:16px;
	font-weight:bold;
	}
	
	h4 {
	font-size:16px;
	font-weight:bold;
	}
	
	img {
	border:none;
	}

	.main {
	width:800px;
	height:600px;
	margin:0px auto;
	}

	.header {
	text-align:center;
	width:500px;
	height:100px;
	margin:0px auto;
	}
	
	.menu_container {
	width:170px;
	float:left;
	line-height:1.5;
	text-align:right;
	padding:20px;
	margin-top:20px;
	border-right:#FFFFFF 1px dotted;
	}
	
	.container {
	height:540px;
	padding:30px;
	text-align:left;
	color:#FFFFFF;
	font-size:14px;
	overflow:auto;
	}
	
	.footer {
	text-align:center;
	color:#666666;
	font-size:11px;
	padding-top:20px;
	margin:0px auto;
	}
	
	.footer a {
	color:#000000;
	font-weight:450;
	}
