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

.brandingBannerRight {
	height: 1080px;
	right: 50%;
	margin-right: -1240px;
	position: fixed;
	/*position: absolute;*/
	text-align: left;
	top: 120px;
	width: 600px;
	z-index: 9;
}
.brandingBannerLeft {
	height: 1080px;
	left: 50%;
	margin-left: -1240px;
	position: fixed;
	/*position: absolute;*/
	text-align: right;
	top: 120px;
	width: 600px;
	z-index: 999;
}
* html .brandingBannerRight {
	position:absolute;
	height:2000px;
}
* html .brandingBannerLeft {
	position:absolute;
	height:2000px;
}
* html {
	overflow-x: hidden;
}