@charset "utf-8";
.footertext {
	font-size: 12px;
	color: #FFF;
}
.footerBackgroundGrey {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.footerLinksText {
	color: #FFFFFF;
}
.addBackground {
	background-image: url(../images/addBackground.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

