html {position: relative; margin: 0; padding: 0; background-color: #000000;}
body {margin: 0; padding: 0; text-align: left;}
#imPage {margin: 15px auto 15px auto; width: 960px; position: relative;}
#imHeaderBg {position: absolute; left: 0; top: 0; height: 165px; width: 100%; background-color: #000000;}
#imHeader {margin-top: 35px; margin-bottom: 40px; height: 150px; background-color: #000000;}
#imMnMn {position: absolute; top: 150px; left: 0;  height: 26px; width: 950px; padding: 5px 5px 5px 5px; background-color: #000000;}
#imMnMn > ul { text-align: left; }
#imMnMn li {display: inline}
#imContent {min-height: 380px; position: relative; width: 950px; padding: 5px 5px 5px 5px; }
#imContentGraphics {min-height: 380px; position: absolute; top: 186px; bottom: 75px; left: 0; width: 960px; background-color: #000000;}
#imFooterBg {position: absolute; left: 0; bottom: 0; height: 90px; width: 100%; background-color: #000000;}
#imFooter {position: relative; margin: 0 auto; height: 75px; width: 960px; background-color: #000000;}
.title {
    color: white;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 6px;
}
a.landing {
    text-decoration: none !important;
}
.outer {
    top: 0;
    left: 0;
    height: 100vh !important;
    width: 100vw !important;
}
.landing{
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh !important;
    width: 100vw !important;
}
.landing-title {
    display: table-cell;
    vertical-align: middle;
}
.title-small {
    font-size: 17px;
}
.title-big {
    font-size: 49px;
}