* {margin: 0;pagging: 0;}
body {background: #fff;font-family: 'Maven Pro', sans-serif;font-style: normal;font-weight: normal;font-size: 18px;background:#fff url(bg_wrapper.jpg) no-repeat; background-size: cover;
}
html { width: 100%; height: 100%; }
body { min-width: 100%; min-height: 100%; }
div.Box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 400px;
  height: 200px;
  background-color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 1em;
  -moz-box-shadow: 0 2px 5px #cacebf;
  -webkit-box-shadow: 0 2px 5px #cacebf;
  box-shadow: 0 2px 5px #cacebf;
  border: 1px solid #dadbcb;
  text-align: center;
}

.Box p {
  margin: 1em 0;
}

a {font-weight: bold; text-decoration: none; color: #419280;}
a:hover {color: #3fbca0;}
img {border: 0px;}
h1 { text-align: center; font-size: 30px; color: #000; margin-bottom: 1em;}
h2 { text-align: center; font-size: 18px; color: #666;margin: 30px;}

.container {
  min-height: 100%;
  width: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -100px;
}

.footer {
  min-height: 100px;
  text-align: center;
  background: #bccab9;
  padding: 1em 0;
  font-size: .8em;
}
    
    
.footer, .push {
  clear: both;
}

.footer p {
  margin: .4em;
  padding: 0 9em;
}

.footer a {
  color: #228271;
}

* {
	margin: 0;
}

html, body {
	height: 100%;
}
