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

/*The content Window itself*/
div#content {
	position:fixed;
	top:40%;
	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 a{
    display: list-item;
	list-style: none;
}

div#content a:link{
	color:darkred;
}
div#content a:visited{
	color:darkred;
}
div#content a:hover{
	color:red;
}

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

