@charset "UTF-8";
/* CSS Document */
body {background-color: 000000;}
video#fullscreen {
	position:fixed;
	right:0;
	bottom:0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url(img/anotefromtheartist.png) no repeat;
	background-size: cover;
}

#wrapper {margin: 0 auto;
width: 96%;}
/*max-width:1200px;*/
