@charset "UTF-8";
/* CSS Document */

#logoImage {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 440px;
    height: 340px;
    margin: -170px 0 0 -220px;
    display: none;
}

#socialIcon {
    width: 440px;
    height: 160px;
    margin-top: 30px;
    position: relative;
}

#socialIcon .leftBrackets {
    width: 58px;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
}

#socialIcon .rightBrackets {
    width: 58px;
    height: 160px;
    position: absolute;
    top: 0;
    right: 0;
}

#socialIcon .social-container {
    width: 324px;
    height: 160px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -162px;
}

#socialIcon .facebook {
    font-size: 13px;
    margin: 57px auto;
    text-align: center;
}

#socialIcon .google {
    font-size: 10px;
    margin: 40px 7px 40px 30px;
    float: left;
}

#socialIcon a {
    text-decoration: none;
    color: #666;
}

#socialIcon a:hover {
    text-decoration: underline;
    color: #666;
}

#footer {
    width: 100% !important;
    background-color: #666666;
    position: absolute;
    bottom: 0;
    font-size: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white !important;
    _color: #FFF !important;
    display: none;
}

#footer a {
    color: white !important;
    _color: #FFF !important;
    text-decoration: none;
}

#footer a:hover {
    color: white !important;
    _color: #FFF !important;
    text-decoration: underline;
}

#footer #footerIn {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: white !important;
    _color: #FFF !important;
    text-align: right;
}
