html, body {
	background-image: url(../image/bg.jpg);
	background-position: 50% 0px;
	background-color: #7A1112;
	background-repeat: no-repeat;
	text-align: center;
	background-attachment: scroll;
}
.body {
	margin: auto;
	text-align: left;
	width: 750px;
	position: relative;
	top: 0px;
	left: 0px;
}
.bubble_l {
	position: absolute;
	top: 255px;
	left: -175px;
}
.bubble_r {
	position: absolute;
	top: 230px;
	right: -115px;
}
.logo {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: 130px; /* 10 + 117 + 3 */
}
.logo h1 {
	position: absolute;
	bottom: 3px;
	left: 0px;
}
.logo h2 {
	position: absolute;
	bottom: 3px;
	right: 0px;
}
.header_t {
	background-color: #9900CC;
	text-align: center;
	padding: 10px 0 10px 0;
}
.header_b {
	background-color: black;
	padding: 5px 0 5px 20px;
}
.header_b a {
	color: #FF6600;
}
.header_b ul {
	text-align: center;
}
.header_b li {
	display: inline;
	padding-right: 32px;
}
.direct {
	padding: 20px 0 20px 0;
}
.direct select {
	border: 2px solid #9900CC;
	margin-right: 20px;
}
.page {
	background-color: #9900CC;
	padding: 10px;
}
.page .menu {
	float: left;
	text-align: right;
	width: 140px;
}
.page .menu li {
	padding: 10px 0 10px 0;
	color: white;
}
.page .menu li.index a {
	font-weight: bold;
	color: #FF6600;
	text-transform: uppercase;
}
.page .menu li.more a {
	font-weight: bold;
	color: white;
}
.page h3, .page strong.ref {
	color: #FF6600;
	font-size: 16pt;
	font-weight: bold;
}
.page h3 {
	margin-bottom: 9pt;
}
.copyright {
	margin-top: 3px;
	height: 35px;
}
.copyright .addworks {
	float: right;
}
.copyright .aesag {
	float: left;
}

