 
body {
	background-color:#000;
	}

 .center { 
display: block; 
margin-left: auto; 
margin-right: auto; 
width: 50%; 
}

#mainline {
margin-top:80px;
}

footer {
	font: 13px  Arial, Helvetica, sans-serif;
	color: gray; 
	text-decoration: none;
	background-color:#000;
	text-align:center;

	width:100%;

	height:1.5em;

	bottom:10;

	left:0;
}

footer a:link {
	font: 13px  Arial, Helvetica, sans-serif;
	color: gray; 	
	text-decoration: none; 
}
footer a:visited {
	font: 13px  Arial, Helvetica, sans-serif;
	color:gray; 
	text-decoration: none;
}
footer a:hover {
	font:13px  Arial, Helvetica, sans-serif;
	color:#fff;
}

#block { 
margin-top:-10px;
height:800px;
background-image:url(../images/arch-fore-1300g.gif);
background-repeat:no-repeat;
background-size:100%;
background-position:50px 0px;
  font-family:Playball, cursive;
  font-size: 2em;
}

.golden-base {margin-top:-20px;
  border:0px solid white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight:bold;
  -webkit-margin-before: 0.3em; 
  -webkit-margin-after: 0.2em;
}

.golden1 {
  background-image: -webkit-linear-gradient(#A86800 10%, #E0CF00 90%, #A86800 10%, #A86800 );
font-size:2em;
}

.golden2 {
margin-top:10px;
  background-image: -webkit-linear-gradient(#E8D800, #E0CF00 52%, #A86800 55%, #A86800 );
  text-shadow: -0.02em -0.03em 0.005em rgba(255, 255, 0, 0.56);
}

.golden3 {
   background-image: -webkit-linear-gradient(#E8D800, #E0CF00 52%, #A86800 55%, #A86800 );
  text-shadow: -0.02em -0.03em 0.005em rgba(255, 255, 0, 0.56);
  font-size:4em;
}

#panel { 
margin-top:100px;

 }

#panel-text { 
margin-top:40px;
text-align:left;
font-family:arial, sans-serif;
font-size: 18px;
color:#fff;
background-color:#000;
}




