/* CSS Document */

@charset "UTF-8";
/* CSS Document */

html { 
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {padding:0 0; margin:0 0;}

#main {width:30%; max-width:500px; min-width:400px; margin-left:auto; margin-right:auto; margin-top:10%;}