 * {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-size: 100%;
    font-family: inherit;
    list-style: none;
}

body {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    background-color: #1f1f1f;
    background-image: url('fundo.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

h1 {
    display: inline-block;
    text-indent: -9999em;
    overflow: hidden;
}