/* =====================MAIN INDEX PAGE (landing page)====================== */

#landing_page_wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: 580px;
    text-align: center;
}
#index_content {
    margin: 0 auto;
    width: 1131px;
    height: 580px;
    background: url(../../../images/pages/index/index_bg.jpg) no-repeat;
}
#text_message_box .label_div {
    margin: 5px 0 0 5px;
    width: 93%;
    float: left;
}
#text_message_box {
    position: relative;
    margin: 0 auto;
    top: 105px;
    width: 173px;
    height: 187px;
    background: url(../../../images/pages/index/txtmsgbox.png) no-repeat;
}
#text_message_box .label_div {
    width: 97%;
    float: left;
}
#text_message_box form {
    margin: 0 auto;
    padding: 25px 0 0 0;
    width: 87%;
    height: 100%;
}
#text_message_box select {
    float: left;
    margin-top: 5px;
}
#text_message_box textarea {
    margin-top: 5px;
    width: 93%;
}
#text_message_box input[type="text"] {
    margin: 5px 0 0 10px;
    width: 80px;
    float: left;
}
#text_message_box input[type="submit"] {
    margin: 5px 5px 0 0;
    width: 60px;
    float: right;
}
#button_bar {
    position: relative;
    top: 200px;
    margin: 0 auto;
    width: 900px;
    height: 75px;
}
#bookmark_bar {
    position: relative;
    top: 212px;
    margin: 0 auto;
    width: 900px;
    height: 25px;
    text-align: right;
}
#bookmark_bar a, #bookmark_bar h6 {
    float: right;
}

#hows_it_work {
    position: relative;
    width: 100px;
    height: 54px;
    float: left;
}
#index_band_link {
    position: absolute;
    width: 100px;
    height: 54px;
    right: 20px;
    top: 20px;
}
#sign_up_btn {
    position: relative;
    float: right;
    width: 150px;
    height: 70px;
    background: url('../../../images/sign_up_now.png') left top no-repeat;
}
#sign_up_btn a {
    display: block;
    width: 150px;
    height: 70px;
    text-indent: -1000em;
}
#sign_up_btn:hover {
    background: url('../../../images/sign_up_now.png') right top no-repeat;
    width: 150px;
    height: 70px;
}
#watch_video_btn {
    position: relative;
    float: left;
    width: 150px;
    height: 70px;
    background: url('../../../images/watch_video.png') left top no-repeat;
}
#watch_video_btn a {
    display: block;
    width: 150px;
    height: 70px;
    text-indent: -1000em;
}
#watch_video_btn:hover {
    background: url('../../../images/watch_video.png') right top no-repeat;
    width: 150px;
    height: 70px;
}
