*{
	margin: 0;
	padding: 0px;
 }
 html{
	height:100%;
}
 body { 
	height:100%;
}
a:link{
	color: #993300;
	text-decoration: none;
}
a:visited{
	color: #993300;
	text-decoration: none;
}
a:hover{
	color: #80802B;
	text-decoration: underline;
}
img{
	float:left;
}
 #theFlash{
	font-family: Courier,serif;
	height: 100%;
	color: #6B552C;
 }
 #paragraph{
	padding-top: 18px;
 }
 
 /*centering stuff*/
 #horizon{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block
}
#content{
	vertical-align: bottom;
	text-align: left;
	margin-left: -300px;
	position: absolute;
	top: -132px;
	left: 50%;
	width: 600px;
	height: 264px;
	visibility: visible
}


