/* background image */
img#bg {
	position:fixed;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
    z-index:0;
}

div#content {
	position:fixed;
	top:45%;
	left:24.5%;
	width: 47%;
	padding: 0 1em;
	background-color:black;
	color: darkred;
	text-align: center;
	border:1px solid darkred;
	opacity:0.65;
}
div#content h3 {
	font-size: 1.9em;
	margin: 0.2em 0;
}
div#content p {
}

body {
	background-attachment:fixed;
	font-size: 100.01%;
	font-family: Helvetica,Arial,sans-serif;
}

