

BODY {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	color:white;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
 	background-color:transparent;
}

A:link {
	color: #FF9900;
}
A:visited {
 	color: #FF9900;
}


IMG#background {
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	z-index: -1;
	position:absolute;
	color: black;
	display: none;
	}

IMG {
	border:0;
}

HR {
	border: 0;
	background-color: #1A0005;
	color: #1A0005;
	height: 1px;
}
