@charset "utf-8";
/* CSS Document */


html {
  background: url(static.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;


    height: 100%;
    width: 100%;
}
body {margin: 0;padding: 0;height: 100%;width: 100%;}

.under {position:absolute;
    bottom: 75px;
    left: 50%; top:50%;

        margin-left: -190px; /*set to a negative number 1/2 of your width*/
    margin-top: -125px;
 z-index:10;}

	.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
		
		
		
}


