body
{
background-color:grey;
color:white;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
}
div.bottomSpacer
{
	position:relative;	
	width:80%;
	height:1.5em;
	z-index:-1;
}
div.topSpacer
{
	position:relative;	
	width:80%;
	height:125px;
	z-index:-1;
}
div.content
{
	position:relative;
	margin-left:1em;
	margin-right:1em;
	left:10%;
	right:10%;
	width:78%;
	top:0em;
	word-wrap: break-word;
}
div.scrollPage
{
	position:fixed;
	text-align:center;
	top:0em;
	bottom:0em;
	height:100%;
	left:0em;
	right:0em;
	overflow:auto;	
	width:100%;
}
div.margins
{
	background-color:black;
	position:fixed;
	top:0em;
	bottom:0em;
	left:10%;
	right:10%;
	width:80%;
	height:100%;
	border-left:1px solid white;
	border-right:1px solid white;
}
div.footer
{
	background-color:black;
	position:fixed;
	right:10%;
	left:10%;
	bottom:0em;	
	width:80%;
	height:1.5em;
	text-align:center;		
	font-size:0.7em;
	z-index:2;
	border-left:1px solid white;
	border-right:1px solid white;
}
div.header
{
	background-color:black;
	position:fixed;
	right:10%;
	left:10%;
	top:0em;
	width:80%;
	height:125px;
	text-align:center;		
	font-size:0.7em;
	z-index:2;
	border-left:1px solid white;
	border-right:1px solid white;
}
.center
{
text-align:center;
}