html, body {
height: 100%;
margin: 0;
padding: 0;
background-color: black;
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
padding-top: 10px;
}

img#bg {
position:fixed;
top:0px;
left:0;
width:100%;
height:100%;
}

DIV#everythingbox
{
position:relative;
margin-left: auto;
margin-right: auto;
width: 700px;
padding-bottom: 100px;
}

DIV#title
{
	color: white;
	font-size: 28px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: right;
	padding-top: 40px;
	text-shadow: 2px 2px 2px #000;
}

DIV#content {
position:relative;
top: 10px;
margin-left: auto;
margin-right: auto;
width: 100%;
background-color: white;
border: 2px solid black;
color: black;
height: 810px;
}

DIV#photos
{	
	position: absolute;
	top: 30px;
	left: 50px;
	width: 100px;
	padding: 0px;

}

DIV#photos IMG
{
	width: 97px;
	margin: 0px;
	padding: 0px;
		border: 1px solid black;
}

DIV#text {	
	position: absolute;
	top: 10px;
	left: 200px;
	width: 450px;
	margin-top: 20px;
	text-align: justify;
	font-size: 16px;
}

DIV#version
{
	position: relative;
	font-size: 10px;
	color: white;
	text-align: right;
	padding-top: 10px;
}

UL
{
	font-size: 12px;
}

A
{
	text-decoration: none;
	color: #8A1329
}

A:hover
{
	text-decoration: underline;
}

DIV.footericons
{
	position: absolute;	
	bottom: 10px;
	right: 10px;
}

DIV.footericons IMG
{
	border: 0px solid black;
}
