﻿
html,body
{
	height:100%;
	min-height:100%;

}
body
{
  margin-left: 0px; margin-top: 0; height:100%; margin-right: 0px; margin-bottom: 0;
}

.main_container
{
    margin: none;
    min-width: 1000px;
    background-color: #ffffff;
    height: 100%;
    min-height:100%;
    
}

.master_left
{
    background-color:#3B5998;
    border-bottom-style: none;
    border-top-style: none;
    border-left-style: none;
    border-right-style: solid;
    border-right-width: 0pt;
    border-right-color: #f0f0f0;
    height:775px;
    min-height:100%; 
    
   
}
.master_right
{
    background-color: #ffffff;
    height:100%;
    min-height:100%;

}
.master_logo
{
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 68px;
    text-align: center;
    padding-top: 5px;
    width: 200px;
}

