﻿body {
    margin: 0;
    background-color: #004080;
    font-family: Arial, Sans-Serif;
}
a, a:visited, a:active {
    color: #eee;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.header {
    width: 975px;
    margin: 0 auto;
    padding: 10px;
    color: #eee;
}
.pictureFrame {
    width: 100%;
    height: 550px;
    margin: 0 auto;
}
#pictureBg1 {
    width: 100%;
    height: 550px;
    background-image: url('../Images/bg-pos-tablet.jpg');
    background-repeat: no-repeat;
    background-position: 50% center;
    position: absolute;
    z-index: -1;
}
#pictureBg2 {
    width: 100%;
    height: 550px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% center;
    position: absolute;
    z-index: -2;
}
.pictureFrame .pictureContent {
    width: 975px;
    padding: 10px;
    margin: 0 auto;
}
.pictureFrame .navigation {
    background-color: #11273C;
    margin-left: 300px;
}
.pictureFrame .navigation a {
    display: block;
    float: left;
    padding: 5px 25px;
    font-size: smaller;
    font-weight: bold;
    background-color: #11273C;
    text-align: center;
}
.pictureFrame .navigation a:hover {
    background-color: #004080;
    text-decoration: none;
}
.footer {
    width: 975px;
    margin: 0 auto;
    padding: 10px;
}
.footer .navigation {
    background-color: #11273C;
    padding: 10px;
}
.footer .navigation a {
    display: block;
    float: right;
    padding: 5px 25px;
}
.clear {
    clear: both;
}
