.index_main {
    background-image: url('images/backgrounds/greensquare1.jpg');
    background-repeat: no-repeat;
    background-position: 0 500px;
    z-index: 0;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}

.index_header {
    width: 1100px;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 0;
    text-align: left;
}

.index_content { /* Content Block Size, Text Definition */
    width: 1100px;
    height: 565px;
    vertical-align: top;
    line-height: 18px;
    color:  #444444;
}

.index_content img {
    vertical-align: top;
    width: 1100px;
    height: auto;
    padding: 0;
}
