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: 855px;
    margin-left: -296px;
    background-color: #b6b2c1;
    z-index: 1;
}

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

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

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

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

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

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

.connect {
    position: absolute;
    top: 472px;
    left: 50%;
    transform: translateX(-50%);
}

.connect li {
    float: left;
    list-style: none;
}

ul.connect li a:hover, .sideNav li a:hover {
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)";
}


ul.connect li a, .sideNav li a {
    display: inline-block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

#map_wrapper:target {
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}

#map_wrapper {
    display: none;
    position: absolute;
    top: 570px;
    left: 59px;
    width: 80%;
    border: 1px solid #CCC;
    -webkit-transition: all 3s;
    transition: all 3s;
    opacity: 0;
}

.googlemap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}