	body {
		background: url('images/bg.gif');
		background-attachment: fixed;
		background-position: left;
		text-align: center;
		font-family: verdana, arial;
		font-size: 12px;
		color: #ffffff;
		padding: 0px;
		margin: 0px;
		}
	em {
		color: #c8d200;
		font-style: normal;
		}
	.wrap {
		width: 1000px;
		height: 700px;
		position: relative;
		margin: 0 auto;
		}
	.wrap-content {
		width: 800px;
		height: 700px;
		position: absolute;
		top: 0px;
		left: 100px;
		z-index: 1;
		}
	.left-bg {
		width: 100px;
		height: 700px;
		position: absolute;
		top: 0px;
		left: 0px;
		background: url('images/leftbg.png');
		}
	.right-bg {
		width: 100px;
		height: 700px;
		position: absolute;
		top: 0px;
		left: 900px;
		background: url('images/rightbg.png');
		}
	.wrap-bg {
		width: 800px;
		height: 700px;
		position: absolute;
		top: 0px;
		left: 100px;
		z-index: -1;
		background-color: #000000;
		opacity:0.5;
		filter: alpha(opacity = 50);
		}
	img.title {
		position: relative;
		left: 40px;
		}
	.menu {
		border-top: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
		width: 800px;
		}
	.menu a {
		color: #ffffff;
		padding: 0px 40px;
		font-size: 16px;
		text-decoration: none;
		}
	.menu a:hover {
		color: #c8d200;
		}
	.content {
		position: relative;
		text-align: left;
		}
	p.opener {
		font-size: 20px;
		text-align: center;
		}
	p.line1 {
		position: relative;
		left: 0px;
		float: left;
		width: 450px;
		}
	p.line2 {
		position: relative;
		left: 0px;
		float: right;
		width: 320px;
		}
	p.line3 {
		position: relative;
		left: -10px;
		}
	p.line4 {
		position: relative;
		left: -15px;
		}
	p.line5 {
	position: absolute;
	top: 332px;
	left: 90px;
		}
	p.line6 {
	position: absolute;
	top: 350px;
	left: 161px;
	width: 381px;
		}
	.footer {
		position: relative;
		left: -30px;
		top: 700px;
	}
