@charset "utf-8";
.white  {color: white;}
.green  {color: green;}
.orange {color: #e55901;}
.grey   {color: #403c33;}

body {
	color: #000000;
	background-color: #e55901;;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	width: 100%;
	height: 100%;
}
#wrapper {
	position: absolute;
	color: black;
	width: 600px;
	height: 500px;
	margin-top: -220px;
	margin-left: -300px;
	top: 50%;
	left: 50%;
	text-align: center;
}

#footer {
	position: absolute;
	bottom: 0px; right: 0px;
	width: 100%; height: 25px;
	background-color: #403c33;
	padding: 10px;
	font: 12px Verdana, Geneva, sans-serif;
	font-weight:bold;
	
	text-align: center;
}
#footer a {color:white; text-decoration: none;}
#footer a:hover {text-decoration: underline}
#footer span{ padding: 0 5px;display: inline-block;}
#footer span strong{ font-size: 14px;}
