@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	background-attachment: fixed;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px;
	padding:0px;
}
a, a:hover {text-decoration:none;}
img {border:0px;}
.reset {clear:both;}
.wrapper {
	margin: 180px auto 0;
	width:790px;
}
.menu {
	float:left;
	width:150px;
}
.menu a {
	display:block;
	margin-bottom:8px;
}
.content {
	float:left;
	width:640px;
	/* background-color:#00FF00 */
}
.footer {
	position:absolute;
	bottom:10px;
	/* background-color:#9F0 */
}
.footer a {
	margin-right:10px;
	display:inline-block;
}