/* Firefox/mozilla base */

@import "html.css";

@media screen {
	body {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		background-image: url(../images/backgroundhtml.jpg);
		background-repeat: repeat-x;
	}
	
	#horizon {
		background-color: transparent;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		width: 800px;
		height: 525px;
		margin: auto;
		background-color: white;
		color: black;
	}
	
	#wrapper {
		background-color: transparent;
		position: relative;
		text-align: left;
		width: 800px;
		height: 525px;
		margin: 0px auto;
	}
		
	#content {
		background-color: #ffffff;
		position: absolute;
		top: 110px;
		left: 225px;
		height: 390px;
		width: 575px;
		line-height: 125%;
		overflow:auto;
	}
	
	#header {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 800px;
		height: 110px;
	}

	#backgroundImage {
		position: absolute;
		top: 110px;
		left: 0px;
	}
	
	#footer {
		position: absolute;
		top: 500px;
		left: 0px;
		width: 800px;
		height: 25px;
		background-color: #ffffff;
		color: #666666;
	}
	
	#adobe {
		position: absolute;
		top: 422px;
		left: 10px;
		padding: 5px;
		background-color: #ffffff;
	}
}
@media print {
	body {
	}
	
	#horizon {
	}
	
	#wrapper {
	}
	
	#content {
		line-height: 125%;
		overflow: visible;
		top: 0px;
	}
	#header {
		display: none;
	}
	#backgroundImage {
		display:none;
	}
	#footer {
		display: none;
	}
}
