/* CSS Document */
#ieCSSWorkaround {
     margin-left: auto;
     margin-right: auto;
     width: 650;
     text-align: left; /* to realign your text */
     }

  BODY {
     margin: 0; /* to avoid margins */
     text-align: center; /* to correct the centering IE bug*/
  background: #000;
  }

	.centrePiece {
          border-bottom: 1px solid #4d4d4d ;
          border-left: 1px solid #4d4d4d ;
  }

	.imagePadding {
					padding-top:30px;
					padding-bottom:30px;
	}

  .footer1 {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 9px;
        color: #4d4d4d;
  }

  .text_onblack {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #fff;
        line-height: 30px;
  }
  .text_newcatalogue {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
                                font-size: 20px;
                                color: #57ff00;
                                font-style: bold;
        line-height: 30px;
  }

