﻿	   .body     {
                     
                 }   
                 
       #main     {
                      width:100%;
                      height:99%;
                      padding: 0px 0px 0px 0px;
                      position:relative;
                 }
                 
        #header  {
					background-image: url('../../Images/Logo.png');
					background-repeat: no-repeat;
					background-size: 150px 67px ;
					background-position: 2% 20px;
					height: 100px;
				}
                 
        #menu    {
						padding-left: 0px;
						padding-right: 0px;
						padding-left: 10px;
						background-color: Gray;
						border-color: White;
						border-style: solid;
						border-width: thin;
}
        #content {
                      padding-left:0px;
                      padding-right:0px;
                      height:82.5%;                     
                      overflow:auto;
                      background-image: url('/VAS/Images/Background.png'); 
                      background-repeat: no-repeat;
                      width: 100%;
                      background-size : 100% 100%;
                 }
                 
        #footer  {
                      margin-bottom:0px;
                      padding-bottom:0px;
                      height:2.2%;
                      background-color:#CCC8B3;
                      
                 }                            