. {
	background: url(../Images/Landmarks/Backgrounds/.gif) center center fixed;
	min-height: 100%; 	min-width: 100%;
	-webkit-background-size: cover;
		 -moz-background-size: cover;
			 -o-background-size: cover;
	background-size: cover;
	position: fixed;
	z-index: -10;
	display: block;
}

.bg-fill {
	min-height: 100%; 	min-width: 100%;
	-webkit-background-size: cover;
		 -moz-background-size: cover;
			 -o-background-size: cover;
	background-size: cover;
	background-color: #390000;
	position: fixed;
	z-index: -10;
	display: block;
}

.overlay {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGElEQVQIW2NkYGD4D8SMQAwhYAIwDlgAADZsAwPtIY3UAAAAAElFTkSuQmCC)left top fixed;
	height:100%;
	width:100%;
	position:fixed;
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: -5;
}