﻿body {
    margin: 0;
    padding: 0;
    color: #004668;
}
header {
    height:260px;
    background:url(/Content/img/moblie/headBg.jpg) no-repeat;
    background-size:100% 100%;
    position:relative;
    text-align:center;
    margin-top:0;
    padding-top:20px;
}
    header h4 {
        color:white;
        margin:0;
        font-size:16pt;
        font-weight:normal;
        letter-spacing:2px;
    }

h4 {
    text-align: center;
}





footer {
    
    margin-top:10px;
    text-align: center;
    color: #004668;
    font-size:11pt;
    padding:5px;
}

    footer a {
        text-decoration: none;
        color: #004668;
    }