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

/* reset de margens */
* {
    margin: 0;
    padding: 0;
}
 
body, html {
    width: 100%;
    height: auto; 
    background: #222222
}
 
#fundo-externo {
    background: url(SITE.jpg) no-repeat center center fixed;
    overflow: hidden; 
    width: 100%;
    height: 100%;
}
 

   