@charset "utf-8";
.bg {
	background-attachment: fixed;
	background-color: #99FFFF;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(bg2008.jpg);
	background-repeat: repeat;
}
.menu {
	left: 12%;
	top: 33%;
	height: 180px;
	width: 88%;
	position: relative;
}
.link {
	left: 0px;
	top: 66%;
	height: 180px;
	width: 95%;
	position: relative;
}
.title {
	left: 216px;
	top: 100px;
	height: 180px;
	width: 390px;
	position: absolute;
}
.one {
	height: 180px;
	width: 200px;
	position: absolute;
	right: 200px;
	bottom: 61px;
}
img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}
#content {
position:relative;
z-index:1;
}