@charset "utf-8";
/* CSS Document */

.background {
	background-image:url(images/hp-bg-01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	margin: 0px;
}

.background-wsope {
	background-image:url(images/hp-bg-wsope.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	margin: 0px;
}

.background-london-live {
	background-image:url(images/hp-bg-london-live.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	margin: 0px;
}

.background-gradient {
	background-image:url(images/bg-gradient.jpg);
	background-repeat:repeat-x;
	background-position: center top;
	background-color: #000000;
	margin: 0px;
}
