﻿html, body
{
    height: 100%;   
}

body
{
    margin: 0;
    padding: 0;
    background-image: url(/images/logo_blue_bg.png);
    background-repeat: no-repeat;
    background-color: #00335b;
    background-position: center 150px;
}