@charset "utf-8";
body,td,th {
	font-family: MS Serif, New York, serif;
	color: #FFF;
}
body {
	background-color: #900;
	background-image: url(../Forest%20Flowers.jpg);
	background-attachment: fixed;
	background-position: center top;
	text-align: center;
}
p {
	text-align: inherit;
}
a:link {
	color: #FF0;
	text-decoration: none;
}
a:visited {
	color: #999;
}
a:hover {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
}
a:active {
	color: #F00;
}
.footer {
	font-size: 9px;
}
#content {
	width:70%;
	z-index:1;
	background-image: url(box%20bckgrd.png);
	background-repeat: repeat;
	padding: 20px;
	border: 3px solid #000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
