.two_column_table {
color:#2E3192;
margin-left:auto;
margin-right:auto;
width: 61%;
}		
.two_column_table_background {
width:100%; 

background-image: url(img/table-background.gif); 
background-repeat:repeat-x; 
background-position:bottom;
height: 20px;
}		
.two_column_table_left {
text-align:left;
vertical-align:bottom;
white-space:nowrap;
}
.two_column_table_right {
text-align:right;
vertical-align:bottom;
white-space:nowrap;
}