html, body, #content-wrapper {
    font-family: Verdana, "Bitstream Vera Sans", sans-serif;
    height: 100%;
}

body {
    background: rgb(250,190,81) url('../img/bg_lunte.png') repeat-x;
    margin: 0px;
}

#content-wrapper {
    background: url('../img/bg_flamme.png') no-repeat;
    padding: 60px 0px;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    margin: 0px;
}

h2 {
    margin-top: 30px;
    font-size: 1.3em;
}


