/*
 * A CSS file for laying out the home page.
 */

#introduction {
    width: 997px;
    height: 556px;
    margin: auto;
    /* background-image: url(../images/layout/backgrounds/home_intro.png); */
    background-repeat: no-repeat;
    position: relative;
}

#introduction .intro {
    font-weight: bold;
    width: 315px;
    padding: 0px 0px 5px 10px;
    top: 79px;
    left: 5px;
    position: absolute;
    font-size: 13px;
    text-align: justify;
    color: #006CB0;
}

#introduction .intro em {
    color: black;
}

#introduction .more {
    width: 300px;
    position: absolute;
    top: 330px;
    font-size: 11px;
    line-height: 170%;
}

#introduction .more b {
    display: block;
    text-align: center;
}

#introduction .connections {
    left: 31px;
}

#introduction .braggit {
    left: 350px;
}

#introduction .growth {
    left: 670px;
}

#introduction .button {
    position: absolute;
}

#introduction .how-it-works {
    top: 220px;
    left: 95px;
}