body {
	background: #0e0e0e;
	margin: 0px;
	min-height: 100%;
	height: 100%;
	font: 9pt Trebuchet MS;
	text-align: center;
	color: #7b807a;
}
html {
	min-height: 100%;
	height: 100%;
}
#wrap {
	background: url(http://fan.earendil.net/livtyler/images/v2/image_02.jpg) repeat-y;
	margin: 0px auto;
	width: 665px;
	height: auto;
	min-height: 100%;
	text-align: justify;
}
#header {
	background: url(http://fan.earendil.net/livtyler/images/v2/image_01.jpg) no-repeat;
	width: 665px;
	height: 474px;
	clear: both;
}
#contentsBody {
	width: auto;
	height: auto;
	padding: 0px 70px;
}
#footer {
	width: 665px;
	height: 10px;
	clear: both;
}
a {
	text-decoration: none;
	color: #bb9a8a;
}
a:hover {
	color: #ffffff;
}
b {
	color: #564e44;
}
i {
	color: #ffffff;
}

/* CLASSES */

.nav {
	font: 9pt Trebuchet MS;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.nav a {
	color: #ffffff;
}
.nav a:hover {
	color: #ebb092;
}
.image {
	border: 10x solid #0e0e0e;
}
h1 {
	font: 22pt Georgia;
	text-align: center;
	text-transform: uppercase;
	color: #a28945;
	margin: 0px 0px 15px 0px;
}
.main {
	background: none;
	margin: 0px 0px 25px 0px;
}
.mainText {
	text-align: justify;
}
textarea, input, select, button {
	background: #101010;
	border: none;
	font: 8pt Trebuchet MS;
	color: #c7b5a2;
	-moz-border-radius: 5px;
	padding: 5px;
}