/* 
    Document   : style
    Created on : 27-mei-2010, 22:04:55
    Author     : 1807
    Description:
        Purpose of the stylesheet follows.
*/

/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article {
    display: block;
}

body {
    background-image: url("../img/bg.jpg");
    background-repeat: repeat;
}

#container {
    margin-left: 1em;
    margin-top: 1em;
    font-family: Constantia;
    font-size: 10em;
}
