﻿


        html, body, #container { 
        min-height: 100%; /* Not supported by IE 5/6, but required for Firefox/Opera */ 
        width: 100%; 
        height: 99%; 
        } 
        /*************************************************************************** 
        * The "height" above is a hack for IE5+/Win. Below it's adjusted using 
        * the child selector to hide from IE5+/Win. 
        * Without this, Moz1.0 adds a vertical scrollbar, & Firefox1.0/Opera7.54 
        * cover everything with the footer when the viewport gets too small. 
        ***************************************************************************/ 
        html>body, html>body #container { 
        height: auto; 
        } 
        body { 
        margin: 0; 
		padding:0;
		width :100%;
		background-image: url(../Images/back.gif);
		background-repeat : repeat-x;
		background-color:#ffffff;
        } 
        #container { 
        position: absolute; 
        top: 0; 
        left: 0; 
        } 
        #main { 
        margin-bottom: 150px; 
        height: auto; 
        } 
        #header { 
			width: 100%; 
			background-image: url(../Images/head1.jpg);
			background-repeat: no-repeat;
			background-position: top center;
			height: 103px;
			text-align:center ;
			vertical-align:text-bottom ;
			padding-bottom: 0px;
			color: #FFFFFF;
			font-size: 14px;
			font-weight: bold;
			padding-right: 5px;	
        } 
        #tab { 
        width: 100%; 
        overflow: auto; 
        } 
        
       #footer
       {
		background-color: #207BC2;
		color: #FFFFFF;
		text-align: center;
		vertical-align: top;
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding-top: 0px;
		padding:0px;
        position: absolute; 
        bottom: 0; 
        width: 100%; 
       }
#footer1 
       {
		background-color: #207BC2;
		color: #FFFFFF;
		text-align: center;
		vertical-align: top;
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding-top: 0px;
		padding:0px;
        position: absolute; 
        bottom: 0; 
        width: 100%; 
       }