html, body {
    height: 100%;
}

body {
    position: relative;
    min-width: 592px;
    min-height: 100%;
    margin-left: 246px;
}


#container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 592px;
    height: 100%;
    min-height: 720px;
    margin-left: -296px;
    background-color: #851128;
    z-index: 1;
}

#leftSide {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    min-height: 720px;
    background-color: #410007;
    z-index: 0;
}

#rightSide {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    min-height: 720px;
    background-color: #9c1a3c;
    z-index: 0;
}

#officeEternityInc {
    position: absolute;
    top: 211px;
    left: -42px;
}

#ourBusiness {
    position: absolute;
    top: 286px;
    left: -42px;
}

#ourBusinessCopy {
    position: absolute;
    top: 470px;
    left: 19px;
}

.sideNav {
    position: absolute;
    top: 202px;
    right: 0;
    z-index: 1;
}

.sideNav li {
    margin-bottom: 8px;
    list-style: none;
}

.nav {
    position: absolute;
    top: 274px;
    left: -128px;
}

.nav li {
    margin-bottom: 18px;
    list-style: none;
}

#gallery {
    position: relative;
    width: 160px;
    top: 0;
    left: 372px;
}

#gallery .slideFrame {
    position: relative;
    width: 160px;
    height: 720px;
    overflow: hidden;
}

.slideFrame li {
    list-style: none;
}

#gallery #switch1:target ~ .slideFrame ul {
    top: 0;
}

#gallery #switch2:target ~ .slideFrame ul {
    top: -722px;
}

#gallery #switch3:target ~ .slideFrame ul {
    top: -1444px;
}

#gallery #switch4:target ~ .slideFrame ul {
    top: -2166px;
}

