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

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

img.map, map area{
    outline: none;
}