
#footer
{
   text-align:center; 
   color:#ffffff; 
   background-color:#004F69; 
   height:25px; 
   float:right; 
   width:1024px;
   padding-top:5px;
   margin-top:-50px;
}

#bottom
{
	width:980px;
	height:75px;
	background-repeat: repeat-x;
	margin-left:22px;
	
	background-image:url('./images/mainBottom.png');}

#corner_l
{
	background-repeat: no-repeat;
	width:75px;
	height:75px;
	z-index:3;
	background-position: bottom left;
   position:relative;
   left:0px;
   
	background-image:url('./images/bottomCornerLeft_blue.png');	
}

#corner_r
{
   background-repeat: no-repeat;
	width:75px;
	height:75px;
	z-index:3;
	background-position: bottom right;
	position:relative;
   left:905px;
   top:-75px;
	background-image:url('./images/bottomCornerRight_blue.png');}
