﻿.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	background-position:50% 50%;  /* Sets reference point to scale from */
	background-size:cover;        /* Sets background image to cover entire element */
}

