@charset "utf-8";
/* CSS Document */

html { 
  background: url("../Assets/Page Elements/BG.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.MainTable {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;

  
}

.LogoMaxSize{
    
    min-width: 300px;
}



  


