html, body{
margin:0;
height:100%;
text-align:center;
background-color:black;
}
#container{
	position:relative;
	text-align:center;
	width:1024px;	
	min-height:100%;
	height:auto;
	height:100%;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-100px;
color: #E47D3B;
font-family: Century Gothic, sans-serif;
}
#header{
background-image:url(../img/FrauncesTavern.png);
	background-repeat:no-repeat;
background-position:bottom;
height:185px;
width:345px;
	margin-left:auto;
	margin-right:auto;
	top:0;
}
a, a:visited{
color:#E47D3B;
}
.clearfooter {   
	height: 100px;  
	clear: both;
}

}
#footer{
	position:relative;
	background-image:url(../img/footer9.png);
	background-repeat:no;
	width:1000px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}
.rinacircle{
display:inline;
font-size: 0.75em; 
line-height: 0.5em;
text-decoration:none;
vertical-align: super;
}