/*
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 : 06 Jan 2017, 3:36:39 PM
    Author     : Riaan
*/

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
}

a {
   
}

.required {
    color: lightcoral;
}

.optional {
    color: limegreen;
}

#bg {
    position: fixed;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: -1;
}

#bg img {
    position: absolute;
    z-index: -1;
    opacity: .8;
    margin: auto;
}

#content {
    z-index: 100;
}