body{
    background-color: #F9F9F9;
    font-family: "Arial";
}

#wrapper{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    min-height: 100%;

    background-image: url(snowflake.png);
}

#headline{
    margin-top: 10px;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    text-decoration: underline;

    color: #940000;
    background-image: url(bg.png);
}

#main{
    position: relative;
    margin-top: 10px;
    padding: 10px;
}
#text{
    position: relative;
    left: 10%;
    width: 80%;
    border: 1px solid #DFDFDF;
    background-image: url(bg.png);
    padding: 10px;
    border-top: 0;
    border-bottom: 0;
    color: #1E1E1E;
}
#text p:first-letter{
    color: #940000;
    font-weight: bold;
    font-size: 110%;
}

#text p b{
    font-size: 110%;
    color: #940000;
}

.copy{
    margin-top: 25px;
    position: relative;
    text-align: center;
    font-size: 0.7em;
}
