/* CSS Document */

body, html {
  height: 100%;
}

body {
	background-color:#000000;
	margin:0px;
	padding:0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	line-height: 100%;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: normal;
	vertical-align: middle;
	word-spacing: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #000000;
	margin-bottom: -10px;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	margin-bottom: -10px;
	text-align: left;
	padding-top: 20px;
	color: #900;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000000;
	margin-bottom: -15px;
	text-align: left;
}

a:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

img {
	border:none;
}


.backgroundimage {
	position:relative;
	height:100%;
}

.backdiv {
 margin:auto;
 position:fixed;
 top:0;
 bottom:0;
 left:0;
 right:0;
 max-height:100%;
 max-width:100%;
 }
 
.divleft {
	left:0px;
}

.divright {
	right:0px;
}

