/* fontes */
h1, h2, h3, h4, h5, h6, p, a, input, label, textarea { font-family: sans-serif; font-size: 12px; }

/* fundo */
body { position: relative; }

    div.container { position: fixed; width: 100%; height: 100%; overflow: hidden; }

    div.container div#container { width: 0; height: 0; display: none; background: transparent url( ../../../src/img/bg/body.png) repeat; overflow: auto; border-radius: 10px; box-shadow: 0 0 10px #000000; }

/* limpador */
div.clear { clear: both; }