header .background {
	position: absolute;
	top: 0;
	height: 370px;
	background-image: url(/backgrounds/bg_theatre.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: repeat-x;
	width: 100%;
	z-index: -2;
}

header .background:after {
	position: absolute;
	content: ' ';
	top: 367px;
	height: 3px;
	width: 100%;
	/* background-image: url(/backgrounds/repeater_black.png); */
	background-image: url(/backgrounds/repeater_grey.png);
	background-repeat: repeat-x;
}
