@charset "utf-8";
/* LM Styles Document */

html {
  /*background: url(../photos/lm_bg1.jpg) no-repeat center center fixed; */
  background-color:#020202;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fullscreenDiv {
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
}
.center {
    position: absolute;
    width: 305px;
    height: 130px;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left:-152px;
}