main {
    position: relative;
    overflow: hidden;
    width: 960px;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 100px;
    background: rgba(54, 54, 99, 0.5);
    min-height: 800px;
}

#main_heading {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
}

#main_content {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

#main_info_container {
    position: relative;
    width: 30%;
    height: auto;
    float: right;
    padding: 2% 4%;
    background: rgba(0,0,0,0.4);
}

#main_info_heading {
    line-height: 30px;
    font-size: 24px;
}

#main_info_content {
    line-height: 24px;
    font-size: 18px;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.main_content_table {
    width: 100%;
    height: 100%;
}

.main_content_td {
    width: 40%;
    padding: 5%;
    background: transparent;
    background: rgba(0,0,0,0.4);
    vertical-align: middle;
}
