/* Webfont: Lato-Regular */@font-face {
    font-family: 'Lato';
    src: url('Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('Lato-Regular.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

body { 
    font-family: "Lato", Georgie;
    background: url(../images/linen.jpg) repeat #d1d5d8;
    margin: 0px;
    padding: 0px;
}

h1 {
    margin-bottom: 0px;
}

h2 {
    font-style: italic; text-align: right; font-weight: lighter; margin-top: 0px;
}

#welcome {
    max-width: 400px; margin: auto; padding: 50px;
}

footer {
    position: absolute; left: 0px; right: 0px; bottom: 0px; padding: 10px; background-color: #16273f; text-align: right;

}
