@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bkgd-orange.png);
	background-repeat: no-repeat;
	background-position: center top;	
}

#footer a:link {
	color: #ffffff;
}
#footer a:visited {
	color: #ffffff;
}
#footer a:hover {
	color: #e0922f;
}
#footer a:active {
	color: #ffffff;
}


a:link {
	color: #F7241A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F7241A;
}
a:hover {
	text-decoration: underline;
	color: #e0922f;
}
a:active {
	text-decoration: none;
	color: #F7241A;
}