body {

	text-align: center;
	background-color: #231f20;  
	background-image: url('../images/tlr-bg.jpg');
	background-repeat:no-repeat;
	background-position: top center; 
	font-family: Futura, Verdana, Sans-Serif;
}

h1 {	
	position: relative;
	-webkit-text-stroke-width: 3px; -webkit-text-stroke-color: black;
	top: 0px;
	/* left: -186px; */
	font-weight: bold;
	padding: 0px;
	line-height: .1em;
	font-size: 5.5em;
	color: 	#ffdc73;
	z-index: 1;
	font-weight: normal;

}

h2 {

}

hr {
	/* border: 1px solid #540101; */
	border: 0px;
	height: 1px;
	background: #D4AF37;
}

#container {
	width: 900px;
	min-height: 1600px;
	margin: 0 auto;
}

#mainbox {
	position: relative;
	/* top: 603px; */
	/* top: 550px; */
	color: #efefef;
	padding-top: 10px;
	padding-left: 10px; 
	padding-right: 10px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 875px;
	border: 1px solid #D4AF37;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color:rgba(0,0,0,0.7);
	
}

#content {
	text-align: left; 
	padding-left: 10px;
	padding-right: 10px;
}

a {
	color: #D4AF37;
}