/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 25, 2017, 9:18:06 AM
    Author     : jaap
*/

body 
{
    background-color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12pt;
    color: #8d4410;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/Camelopardus_cover.jpg);
}

#top {
    height: 1cm;
}

#middle {
    height: 5cm;
    padding-bottom: 2cm;
}

h1
{
    text-align: center;
}
h2
{
    text-align: center;
}
h3
{
    text-align: center;
}

p
{
}

#footer
{
   width: 100%;
   margin-top: 10px;
}

#footer p 
{
    font-size: 40%;
    padding: 0.2em 0 0.2em 0;
}
