/*
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 : 31/01/2014, 10:36:50 AM
    Author     : s2853092
*/

html, body {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 14px;
    height: 100%;
    margin: 0;
    width: 100%;
}

#header-page {
    width: 90%;
    margin-left:auto;
    margin-right:auto;
    height:auto;
}

#title-1 {
    display: table-cell;
}

#title-2 {
    display: table-cell;
    font-family:Rockwell, Georgia, Times New Roman, Times, serif;
    font-size: 20px;
    color: #000;
    padding-left: 3px;
}

/* main content section, all content should be inside a centerbody div */
#centerbody {
    width: 90%;
    min-width: inherit;
    margin-left:auto;
    margin-right:auto;
}

#logo {
    background-image: url(griffith-logo-g8.png);  
    width: 152px;
    height: 69px;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

