body {
	border: 1px solid red;
	font-family: Georgia, serif;
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 101%;
	width: auto;
}

a {
	border-bottom: 2px dotted #ec008c;
	color: #ec008c;
	text-decoration: none;
}
h1, h2, p {
	background-color: #000;
	color: #ff0;
	margin: 0 0 0.2em 0;
	padding: 0.2em	;
}

#bg_image {
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 0;
}

#wrapper {
	background: transparent url(contentbg.png);
	height: 100%;
	position: absolute;
	z-index: 10;
}
	#content {
		padding: 3em;
		/*opacity: 0.9;
		-moz-opacity: 0.9;
		filter:alpha(opacity=90);*/
	}
	
		#menu {
			margin: 0;
			padding: 1em 0 0 0;
		}
		#menu:after {
			content: " ";
			clear: both;
			height: 1px;
		}
			#menu>li {
				float: left;
				list-style-type: none;
				width: 50%;
			}
			#menu h2 {
				display: inline;
				color: #00bff3;
				font-size: 1.7em;
			}
			#menu h2:before {
				content: "_ ";
			}
			#menu h2:after {
				content: " _";
			}
			
			#menu p  {
				clear: both;
				color: #fff;
				float: none;
			}
			#menu li>ul {
				clear: both;
				float: none;
				margin: 0;
				padding: 0;
			}
			#menu li>ul li {
				background-color: #000;
				color: #fff;
				list-style-type: none;
			}
			#menu p, #menu li>ul li {
				margin: 1em 1em 1em 0;
				padding: 0.4em;
			}
	#copyright {
		display: inline;
	}