* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, sans-serif;
	font-size: small;
}
#content {
	position: relative;
	width: 960px;
	height: 500px;
	margin: 30px auto 0;
	overflow: hidden;
}
	h1 {
		position: absolute;
		width: 951px;
		height: 314px;
		text-indent: -9999px;
		background: url(images/header.png) no-repeat;
		z-index: 2;
	}
	#main-menu {
		position: absolute;
		top: 70px;
		left: 20px;
		list-style: none;
		z-index: 10;
	}
		#main-menu li {
			width: 142px;
			padding: 20px 12px 10px 0;
			margin-bottom: 4px;
			text-align: right;
			font-size: 108%;
			border-right: 1px solid #000;
			border-bottom: 1px solid #000;
			background: #fff;
		}
			#main-menu li a {
				color: #686868;
				text-decoration: none;
			}
				#main-menu li.current_page_item a, #main-menu li a:hover {
					color: #000;
				}
	h2 {
		position: absolute;
		top: 15px;
		left: 556px;
		color: #333;
		z-index: 5;
	}
	#information {
		position: absolute;
		right: 13px;
		width: 361px;
		height: 429px;
		padding: 70px 30px 0;
		background: url(images/information_background.png) no-repeat;
		z-index: 4;
	}
		#page {
			position: absolute;
			width: 376px;
			height: 349px;
			padding: 0 15px 80px 0;
			font-size: 108%;
			overflow: scroll;
			z-index: 7;
		}
			#page dt, #page h3 {
				margin: 1em 0;
				font-size: 118%;
				font-weight: 600;
			}
			#page dd, #page p {
				margin: 1em 0;
				line-height: 150%;
			}
	.backdrop {
		position: absolute;
		z-index: 0;
	}
	.frame {
		position: absolute;
		z-index: 1;
	}
	.footer {
		position: absolute;
		right: 28px;
		bottom: 0;
		z-index: 6;
	}
