html {
	min-height: 100%;
	height: 100%;
}
body {
	background: #121110;
	margin: 0px;
	min-height: 100%;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #877965;
}
#container {
	background: url(http://fan.earendil.net/iwanrheon/images/img_02.jpg) repeat-y;
	width: 589px;
	min-height: 100%;
	height: auto;
	margin: 0px auto;
}
#header {
	background: url(http://fan.earendil.net/iwanrheon/images/img_01.jpg) no-repeat;
	width: 589px;
	height: 477px;
}
#contents {
	margin: 0px 55px 0px 55px;
}
#footer {
	width: 589px;
	height: 50px;
}

/*
==================================
*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #c1c1c1;
}
a:hover {
	color: #ffffff;
}
b, strong {
	color: #9d805b;
}
em, i, u {
	color: #ecc99b;
	text-decoration: none;
}
textarea, input, select, button {
	background: #000000;
	border: 1px solid #342f1f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #877965;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	font-style: italic;
	font-size: 25px;
	color: #fba701;
	margin: 10px;
	text-align: center;
}
.main {
	margin: 0px 0px 15px 0px;
}
.maintext {
	text-align: justify;
}
.nav a {
	text-transform: uppercase;
	color: #ffffff;
}
.nav a:hover {
	color: #f6cf5a;
}
