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

.acenter {
	clear: both;
	margin: 0 auto 0 auto;
	text-align:center;
}
.aleft {
	float:left;
	margin: 0 auto 0 auto;
	text-align:left;
}
.aright {
	float:right;
	margin: 0 auto 0 auto;
	text-align:right;
}
.falling {
	background-image: url(../_images/falling-masterpiece.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.knotted {
	background-image: url(../_images/knotted-cover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.untitled {
	background-image: url(../_images/untitled-cover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.counterpoise {
	background-image: url(../_images/266.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.ms-wip-cover {
	background-color: #FFFFFF;
}
.ms-wip-divider {
	background-color: #FFFF00;
}
.nodisplay{
	display:none;
}
.video, .video iframe {
	background-color: #000;	
}
#background-overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	background-image: url("../_images/bgo-grey.png");
	background-repeat: repeat;*/
	position: fixed;
	z-index: -2 !important;
}