@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
}

body {
	background:#42210B;
	width:100%;
	height:100%;
}

#wrapper {
	border-top:10px solid #A09085;
	min-height:100%;
	width:100%;
	margin:0 auto;
	position:relative;
}

*#wrapper {
	height:100%;
} 

#content {
	text-align:center;
	padding-top:150px;
	color:#A09085;
	padding-bottom:50px !important;
}

	#content h1 {
		margin-bottom:150px;
	}
	
	
#footer{
	width:100%;
	height:50px;
	background:url(../images/bg.png) left bottom repeat-x;
	position:absolute;
	bottom:0;
}

	#footer address {
		text-align:center;
		font-style:normal;
		
	}