/*
main
Version: 1.0
*/

html, body
{
	height: 100%;
}

body
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family : 'Bitstream Vera Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
	background-color: #FFF;
	color: #000;
	margin: 0px;
	padding: 0px;
}

#page
{
	height: auto;
	width: 100%;
	background-color: #FFF;
	margin: 0px auto;
	min-height: 100%;
	position: relative;
	border: none;
	padding: 0px;
}

#text
{
	max-width: 350px;
	background-color: #FFF;
	position: relative;
	border: none;
	padding: 10px;
}

span.redacted {
    color: black;
    background-color: black;
}

#bgimg
{
	height:100%;
	width:100%;
	border: none;
	padding: 0px;
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
}

a, a:link, a:visited {
    color: black;
	text-decoration: none
}

xaudio
{
	position: fixed;
	border: none;
	padding: 0px;
	bottom: 10px;
}

img
{
	min-height:100%;
	min-width:100%;
	border: none;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}


