/* CSS Document */


html,
body {
	background-image:url(../Img/Background.png);
	font-family:Chesterfield, Evita, Arial;
	margin:0;
	padding:0;
	height:100%;
}
wrapper {
	min-height:100%;
	position:relative;
}
header {
	width: 100%;
	background:rgba(170,170,170,1.00);
	color:rgba(255,255,255,1.00);
    text-align:center;
	font-family:Chesterfield, Evita, Arial;
	font-size:30px;
	overflow:hidden;
}
content {
	padding-bottom:40px; /* Height of the footer element */
}
footer {
	background:rgba(170,170,170,1.00);
	width:100%;
	height:40px;
	position:absolute, !important;
	bottom:0;
	left:0;
	color:rgba(0,0,0,1.00);
	text-align:center;
	font-family:Chesterfield, Evita, Arial;
	font-size:12px;
	margin:0 0 0 0;
	padding:1px 0px 0px 0px;
}