/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-image: url(../graphics/mainBG.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

html {
	height: 100%;
}

a:link {
	color: #cccccc;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #cccccc;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

a:active {
	text-decoration: none;
	color: #cccccc;
}


#viewingGoggles {
	height: 619px;
	width: 803px;
	margin: auto;
	padding: 1px;
	background-color: #000000;
}

#notesforothers {
	padding: 10px;
	text-align: center;	
	background-image: url(../graphics/infoFade.png);
}

#heretothere {
	height: 1px;
	width: 100%;
	background-color: #333333;
}

#space {
	height: 25px;
}