.head-bg {
	background-image: url(../img/logo1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.red-line-top {
	background-image: url(red.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.grey-line-top {

	background-image: url(light-grey.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.grey-line-bottom {


	background-image: url(light-grey.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.splash-home {

	background-image: url(../img/splash1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.grey-line-left {



	background-image: url(light-grey.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.splash-oops {


	background-image: url(../img/splash-oops.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.splash-thanks {



	background-image: url(../img/splash-thanks.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.red-line-bottom {



	background-image: url(red.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
