body {
        background-image: url('../images/bg_body_intro.jpg');
        background-repeat: no-repeat;
        background-position: top center;
        background-color: #bfd7e6;
        margin: 0;
        padding: 0;
        text-align: center;
}
a{
    outline: 0;
}
.left {
        float: left;
}

.right {
        float: right;
}

.ie6_warning {
        border: 1px solid red;
        color: red;
        font-size: 12px;
        width: 950px;
        margin: 0 auto;
}

#align_intro {
        left: 50%;
        margin-left: -194px;
        margin-top: -75px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 390px;
        height: 153px;
}

#intro {
        width: 395px;
        height: 153px;
}
