@charset "utf-8";
/* CSS Document */

* {padding:0;margin:0;}

body,html {padding:0;margin:0;font-family:Verdana, Geneva, sans-serif;font-size:100%;height:100%;line-height:150%;}

html { 
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

div.wrapper {width:968px;min-height:100%;height:auto !important;height:100%;margin:0 auto;box-shadow: 0px 0px 8px 0px rgba(0,0,0, .4);background:rgba(255,255,255, .8);padding:10px;}

div.wrapper h1 {margin-top:20px;margin-bottom:40px;}
div.wrapper p {margin-bottom:20px;}