@charset "utf-8";
body {
	background: #87DF87 url(images/body_green.gif) repeat-x;
}
a {
	color: #383;
}
#header h1 a {
	background: url(images/logo_green.gif) no-repeat 10px center;
	display:block;
	width:200px;
	height:50px;
	line-height:50px;
	padding:0 50px;
}
#about {
	border-top: 1px solid #005f00;
	border-bottom: 1px solid #005f00;
	background: #0b0 url(images/bg_about_green.gif) repeat-x left bottom;
}