﻿body{}
.main
{
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;       
}

.main img
{
    height: auto;        
}
                     
.table_bottom_column
{
    padding: 10px;
    position: fixed;
    bottom: 0px;
    font-weight: bolder;
    border-color: White;
    background-color: #006C00;
    text-align: center;    
    font-size: 50px;
    color: #FFFFFF;
}
.table_bottom_column a
{
    color: #FFFFFF;
    text-decoration: none;
}

.table_right_column
{
    position: fixed;
    bottom: 30%;
    right: 3px;
}