#header {
    height: 150px;
    padding:20px 0;
    background:#FFFFFF;
}

.menu-primary-container {
    padding:0;
    position:relative;
    height: 42px;
    background:#2a3e44;
    z-index: 400;
    
}

body {
    background: url(images/background.png);
    color:#2a3e44;/* =Text Colour */
    
}


