@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, div, ul, li {
	margin: 0;
	padding: 0;
	color: #F00;
}
html {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Angelic War", AcidDreamer, "Knights Quest Callig", Glastonbury, Papyrus, Hacjiuza;
	-webkit-background-size: cover;
	-moz-background-size: cover;

	-0-background-size: cover;
	background-size: cover;
	position:relative;
	z-index: 10;
	background-attachment: fixed;
	background-image: url(../Images/BeginImages/Golden-Sun-Abstract-1-IK545QRCRE-1600x1200.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.header {
	width:1200px;
	color:#FFF;
	margin: 0 auto;
	border: thin outset #FFF;
}
.container {
	width:1200px;
	background:#CCC;
	height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: auto;
	border: thin outset #FFF;
	position:relative;
	z-index: 20;
}
.a:link {
	color: #42413C;
	text-decoration: underline; 
}
.a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
.a:hover, a:active, a:focus {
	text-decoration: none;
}
.nav {
	background-color:#000;
	height: 30px;
	margin-bottom: 20px;
	text-align:center;
	z-index:1;
}
.nav ul {
	list-style:none;
	margin: 0;
	padding-top: 5px;
}
.nav li {
	display:inline;
	margin-right:10px;
	margin-left:10px;
}
.nav li a {
	color:#FFF;
}
.content {
	position:relative;
	z-index: 30;
	padding: 0 20 0 20;
	font-size: x-large;
	font-family: Papyrus;
}
.footer {
	width:1200px;
	color:#FFF;
	margin: 0 auto;
	border: thin outset #FFF;
}
