@charset "utf-8";
* {
	border:0;
	margin:0;
	padding:0;
}
body, html {
	height: 100%;
	width: 100%;
}
html {
	background-attachment: fixed;
	background-image: url(/i/gogreen/gogreen_bbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	background-color: #89DBFF;
}
body {
	width: 716px;
	margin: auto;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	position: relative;
}
p {
	margin: 20px 0;
}
a { color: #060; }
h1 {
	font-weight: normal;
	font-size: 33px;
	color: #0C0;
}
#logo {
	position: absolute;
	left: 0px;
	top: 100px;
}
#content {
	line-height: 22px;
	position: absolute;
	width: 350px;
	right: 0px;
	top: 100px;
	color: #060;
}
#navigation {
	background-image: url(/i/gogreen/gogreen_nav_bg.png);
	background-repeat: no-repeat;
	height: 45px;
}
#navigation li {
	float: left;
	list-style-type: none;
}
#navigation li a {
	padding: 10px;
	display: block;
	margin-left: 12px;
	text-decoration: none;
	color: #060;
	font-weight: bold;
}
#navigation li a:hover {
	color: #000;
}