/* this one has a BR after the actual container */
div.BPSStandardContainer {
  border: none;
  margin: 0px auto;
  padding: 0px;
  clear:both;
}  
/* this one doesn't but haa a 10px gap on the bottom */  
div.BPSStandardContainerNoGap {
  border: none;
  margin: 0px auto;
  /*margin: 0px auto 5px auto;*/
  padding: 0px;
  clear:both;
} 
