@charset "utf-8";
/* Home Page Basic Stylesheet  */
body {
	padding: 0;
	margin: 0;		
}


#footer {
	position: fixed;
	width: 100%;
	text-align: center; 	
	bottom: 30px;
	background: transparent;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #000000;
	font-style: normal;
}

#footer a {
	color: #222222;
	text-decoration: underline;
}
#footer b {
	color: #222222;
	font-size: x-small;
}

