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

#disc_box {
	position:fixed;
	top:27%;
	left:24.5%;
	width: 47%;
	height: 50%;
}

/* our body content */
div#content {
	position:absolute;
	left:0%;
	width:95%;
	padding: 0 1em;
	background-color:black;
	color: darkred;
	border:1px solid darkred;
	opacity:0.65;
}

#line {
	border:1px solid darkred;
}

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

