﻿html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.satic-area {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/bj.jpg) no-repeat center;
  background-size: cover;
}