
#back {
	position: absolute;

	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;

}
#main {
	position: absolute;
	
	left: 0px;
	right: 0px;
	top: 100px;
	bottom: 0px;

}
#header {
	position: absolute;

	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 100px;

}
A:link        { font-weight: bold; text-decoration: none; color: #2F546B; }
A:visited     { font-weight: bold; text-decoration: none; color: #2F546B; }
A:hover       { font-weight: bold; text-decoration: underline; color: #2F546B; }
body, td  	  {
	
				margin-top: 10; margin-left: 0; margin-right: 0; 
				font-family: Verdana, Helvetica, Arial; font-size: 11px; font:11px/24px
}
