html, body{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	overflow: auto;
	background: #010D59; /* Old browsers */
	background: -moz-linear-gradient(0deg,  #010D59 50%, #001676 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#010D59), color-stop(100%,#001676)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(0deg,  #010D59 50%,#001676 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(0deg,  #010D59 50%,#001676 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(0deg,  #010D59 50%,#001676 100%); /* IE10+ */
	background: linear-gradient(0deg,  #010D59 50%,#001676 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010D59', endColorstr='#001676',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-attachment: fixed
}

#projector {
  position: fixed;
  top: 0px;
  left: 0px;
  width:100%;
  height:100%;
  /* min-height: 800px; */
}
