﻿/* CSS Document */
/******************************/
/*     S T R U T T U R A      */
/******************************/
html, body
{
    background-color: #d4d2cd;
}
#main
{
    overflow: hidden;
    padding-bottom: 64px; /* must be same height as the footer */
    background-image: url(../App_Themes/Site/img/home/bk_home.jpg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    min-height: 634px;
    min-width: 980px;
}
#content
{
    position: relative;
   /* width: 162px; */
    height: 80px;
    margin-left: 0px;
    margin-top: 0px;
   /* float: left; */
}
