@charset "utf-8";
/* CSS Document */
body{
background: url(../images/bg.png) no-repeat center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
html, body{
padding:0px;
margin:0px;
width:100%;
height:100%;
}