@charset "utf-8";
/* CSS Document */
html, body{ height: 100%; }
body{
    margin:auto; background: url(option-design.jpg) top center fixed no-repeat;
    -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover;
}