.BackgroundImage {
	background-attachment: scroll;
	background-color: #000000;
	background-image:  url(Images/HadnfBadcock-Logo_06.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;

}
.BackgroundImageCenter {


	background-attachment: scroll;
	background-color: #000000;
	background-image:  none;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.BackgroundImageRight {

	background-attachment: scroll;
	background-color: #000000;
	background-image:  none;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
}
