img {
    width: 1280px;
    height: auto;
}

body.start {
    background-size: 1px auto;
}

body.start.layout2 {
    background: url(../images/V2-Start-Desktop-bg.jpg) repeat-x;
    background-size: 1px auto;
}

nav {
    display: none;
    position: fixed;
    top: 0;
    height: 143px;
    width: 100%;
    background: transparent url(../images/V1-Start-Desktop-header-shrink-bg.png) left top repeat-x;
    background-size: 1px auto;
    text-align: center;
}
.shrink nav {
    display: block;
}

header {
    position: fixed;
    width: 100%;
    text-align: center;
    background-color: white;
}
.shrink header {
    display: none;
}

body.start.layout2 header {
    border-bottom: 1px solid #005DA9;
}

section {
    width: 100%;
    text-align: center;
}