.version.index {
    color: #0000E7;
    background-color: #C91120;
}

html,
body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    color: #222222;
    min-width: 1024px;
}

#page {
    width: 1024px;
    min-height: 768px;
    margin: 0 auto;
    background: transparent;
    text-align: left;
}

#page_position_content {
    width: auto;
}

.site-title {
    display: inline-block;
    margin-top: 36px;
    margin-bottom: 28px;
    color: #222222;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
    margin-left: 140px;
}

.site-title:visited {
    color: #222222;
    text-decoration: none;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}

.site-title:hover {
    text-decoration: underline;
}

.main-menu {
    text-align: left;
    margin-bottom: 45px;
    margin-left: 110px;
}

.main-menu a {
    display: inline-block;
    margin: 0 16px 10px;
    color: #999999;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.main-menu a:hover {
    color: #222222;
}

.new-slideshow {
    width: 820px;
    height: 560px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
}

.slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.slide.active {
    opacity: 1;
}

#muse_css_mq,
.html {
    background-color: #FFFFFF;
}

@-ms-viewport{
    width: 1024px;
}

@-webkit-viewport{
    width: 1024px;
}

@-o-viewport{
    width: 1024px;
}

@-moz-viewport{
    width: 1024px;
}

@viewport{
    width: 1024px;
}
