.bgCentreNoRepeat {
	background-repeat: no-repeat;
	background-position: left bottom;
}

.bgCentreTeam {
	background-repeat: no-repeat;
	background-position: right top;
}

.bgCentreVideo {
	background-repeat: no-repeat;
	background-position: middle top;
}
.headerBG {
	background-repeat: repeat-x;
	background-position: left top;
}

.headerBgLeft {
	background-repeat: no-repeat;
	background-position: right top;
}

.headerBgRight {
	background-repeat: no-repeat;
	background-position: left top;
}
.mainBoxT {
	background-repeat: repeat-x;
	background-position: center bottom;
}

.mainBoxB {
	background-repeat: repeat-x;
	background-position: center top;
}

.mainBoxTL {
	background-repeat: no-repeat;
	background-position: right bottom;
}

.mainBoxTR {
	background-repeat: no-repeat;
	background-position: left bottom;
}

.mainBoxL {
	background-repeat: repeat-y;
	background-position: right top;
}

.mainBoxR {
	background-repeat: repeat-y;
	background-position: left top;
}

.mainBoxBL {
	background-repeat: no-repeat;
	background-position: right top;
}

.mainBoxBR {
	background-repeat: no-repeat;
	background-position: left top;
}
