table.mastfoot
{
	
	border-collapse: collapse;
	padding:0px;
	border: 0px none;
	width: 100%;
	height: 50px;
}



table.mastfoot td.left
{
	background: transparent url("Images/footer_left.gif");
	background-repeat: repeat-x;
	background-position: bottom center; 
}
table.mastfoot td.center
{
	
	background: transparent url("Images/footer.gif");
	background-position: bottom center; 
	
	width:1024px;
}

table.mastfoot td.right
{
	background: transparent url("Images/footer_right.gif");
	background-repeat: repeat-x;
	background-position: bottom center; 
}
