@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

body {
	background-color:#cfcba5;
	font-size: 15px;
	line-height: 1.5em;
	color: #4f4811;
	padding:0;
	margin:0;
	min-width:800px;
}

h1 {
	color:#4f4811;
	font-size:200%;
}

h2  {
	color:#4f4811;
	font-size:150%;
}

h3{
	color:#4f4811;
	font-size:125%;

}



h5  {
	font-size:75%;
	color: #4f4811;
}


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


a:visited {
	text-decoration: none;
	color: #27723a;

}



a:hover {
	text-decoration: none;
	color: #27723a;

}

a:active {
	text-decoration: none;
}


#bg {
	width:100%;
	border:none;
	margin:0;
	padding:0;
	z-index:0;
	border:0;
}

#content  {
	width:45%;
	position:absolute;
	top:22em;
	right:5%;
	border:.25em solid #4f4811;
	background-color: #cfcba5;
	padding: .5em;
	z-index:10;
	margin:0;
}

#links {
	position:absolute;
	top:22em;
	left:5%;
	width:20%;
	border:.25em solid #4f4811;
	padding:1%;
	background-color: #cfcba5;
	z-index:10;
	margin:0;
	overflow:hidden;

}

#player{
	text-align:center;
}

#upkeep{
	position:absolute;
	top:40em;
	left:5%;
	width:30%;
	border:.25em solid #4f4811;
	padding:1%;
	background-color: #cfcba5;
	z-index:100;
	text-align:center;
	
}

.p-first{
	text-indent:none;
}

p{

text-indent:1em;

}

