<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
        <title></title>
        <style type="text/css">
                /* Based on The MailChimp Reset INLINE: Yes. */  
                /* Client-specific Styles */
                #outlook a {padding:0;} /* Force Outlook to provide a "view in browser" menu link. */
                body{width:100% !important; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; margin:0; padding:0;} 
                /* Prevent Webkit and Windows Mobile platforms from changing default font sizes.*/ 
                .ExternalClass {width:100%;} /* Force Hotmail to display emails at full width */  
                .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;}
                /* Forces Hotmail to display normal line spacing.  More on that: http://www.emailonacid.com/forum/viewthread/43/ */ 
                #backgroundTable {margin:0; padding:0; width:100% !important; line-height: 100% !important;}
                /* End reset */

                /* Some sensible defaults for images
                Bring inline: Yes. */
                img {outline:none; text-decoration:none; -ms-interpolation-mode: bicubic;} 
                a img {border:none;} 
                .image_fix {display:block;}

                /* Yahoo paragraph fix
                Bring inline: Yes. */
                p {margin: 1em 0;}

                /* Hotmail header color reset
                Bring inline: Yes. */
                h1, h2, h3, h4, h5, h6 {color: black !important;}

                h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: blue !important;}

                h1 a:active, h2 a:active,  h3 a:active, h4 a:active, h5 a:active, h6 a:active {
                color: red !important; /* Preferably not the same color as the normal header link color.  There is limited support for psuedo classes in email clients, this was added just for good measure. */
                }

                h1 a:visited, h2 a:visited,  h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
                color: purple !important; /* Preferably not the same color as the normal header link color. There is limited support for psuedo classes in email clients, this was added just for good measure. */
                }

                /* Outlook 07, 10 Padding issue fix
                Bring inline: No.*/
                table td {border-collapse: collapse;}

                /* Styling your links has become much simpler with the new Yahoo.  In fact, it falls in line with the main credo of styling in email and make sure to bring your styles inline.  Your link colors will be uniform across clients when brought inline.
                Bring inline: Yes. */
                a {color: -webkit-link;}


                /***************************************************
                ****************************************************
                MOBILE TARGETING
                ****************************************************
                ***************************************************/
                @media only screen and (max-device-width: 480px) {
                        /* Part one of controlling phone number linking for mobile. */
                        a[href^="tel"], a[href^="sms"] {
                                                text-decoration: none;
                                                color: blue; /* or whatever your want */
                                                pointer-events: none;
                                                cursor: default;
                                        }

                        .mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {
                                                text-decoration: default;
                                                color: orange !important;
                                                pointer-events: auto;
                                                cursor: default;
                                        }

                }

                /* More Specific Targeting */

                @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
                /* You guessed it, ipad (tablets, smaller screens, etc) */
                        /* repeating for the ipad */
                        a[href^="tel"], a[href^="sms"] {
                                                text-decoration: none;
                                                color: blue; /* or whatever your want */
                                                pointer-events: none;
                                                cursor: default;
                                        }

                        .mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {
                                                text-decoration: default;
                                                color: orange !important;
                                                pointer-events: auto;
                                                cursor: default;
                                        }
                }

        </style>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0" id="backgroundTable">
        <tr>
                <td valign="top"> 
                        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" />
<title>Smart Mail</title>

<style type="text/css">

            body{width: 100%; background-color: #3a3c3a; margin:0; padding:0; -webkit-font-smoothing: antialiased;mso-margin-top-alt:0px; mso-margin-bottom-alt:0px; mso-padding-alt: 0px 0px 0px 0px;}
        
        p,h1,h2,h3,h4{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;}
        
        span.preheader{display: none; font-size: 1px;}
        
        html{width: 100%;}
        
        table{font-size: 12px;border: 0;}
                
                .menu-space{padding-right:25px;}
                
                table{mso-table-lspace:0pt;mso-table-rspace:0pt;}
                
                img{-ms-interpolation-mode:bicubic; border:none;}
                
                a,a:hover{text-decoration:none; color:#FFF;}
                

@media only screen and (max-width:640px)

{
        body{width:auto!important;}
        body[yahoo] table[class=main] {width:440px !important;}
        body[yahoo] table[class=two-left] {width:420px !important; margin:0px auto;}
        body[yahoo] table[class=full] {width:100% !important; margin:0px auto;}
        body[yahoo] table[class=alaine] { text-align:center;}
        body[yahoo] table[class=menu-space] {padding-right:0px;}
        body[yahoo] table[class=banner] {width:438px !important;}
        body[yahoo] table[class=menu] {width:438px !important; margin:0px auto; border-bottom:#e1e0e2 solid 1px;}
        body[yahoo] table[class=date] {width:438px !important; margin:0px auto; text-align:center;}
        body[yahoo] table[class=two-left-inner] {width:400px !important; margin:0px auto;}
        body[yahoo] table[class=menu-icon] { display:block;}
        body[yahoo] table[class=two-left-menu] {text-align:center;}
        

        }

@media only screen and (max-width:479px)
{
        body{width:auto!important;}
        body[yahoo] table[class=main] {width:310px !important;}
        body[yahoo] table[class=two-left] {width:300px !important; margin:0px auto;}
        body[yahoo] table[class=full] {width:100% !important; margin:0px auto;}
        body[yahoo] table[class=alaine] { text-align:center;}
        body[yahoo] table[class=menu-space] {padding-right:0px;}
        body[yahoo] table[class=banner] {width:308px !important;}
        body[yahoo] table[class=menu] {width:308px !important; margin:0px auto; border-bottom:#e1e0e2 solid 1px;}
        body[yahoo] table[class=date] {width:308px !important; margin:0px auto; text-align:center;}
        body[yahoo] table[class=two-left-inner] {width:280px !important; margin:0px auto;}
        body[yahoo] table[class=menu-icon]{ display:none;}
        body[yahoo] table[class=two-left-menu] {width:310px !important; margin:0px auto;}
        


        
}



</style>

</head>

<body yahoo="fix" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">


<!--Main Table Start-->

<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#3a3c3a" style="background:#3a3c3a;">
  <tr>
    <td align="center" valign="top">
    
    
    <!--Logo part Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td align="center" valign="top"><table width="700" border="0" align="center" cellpadding="0" cellspacing="0" class="main">
          <tr>
            <td align="left" valign="top" bgcolor="#4eae49" style="background:white;"><table width="630" border="0" align="center" cellpadding="0" cellspacing="0" class="two-left">
              <tr> </tr>
            </table>
              <img editable="true" mc:edit="sm6" src="https://izntrade.com/newsletter/productnews/logoizn.jpg" width="135" height="80" alt="" />
              <table width="630" border="0" align="center" cellpadding="0" cellspacing="0" class="two-left">
                <tr> </tr>
                <tr> </tr>
              </table></td>
          </tr>
        </table></td>
      </tr>
    </table>
    
    <!--Logo part End-->
    
    
    <!--Banner part Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
    <!--Banner part End-->
    
    
    <!--Welcome part Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td align="center" valign="top"><table width="700" border="0" align="center" cellpadding="0" cellspacing="0" class="main">
          <tr>
            <td align="left" valign="top" bgcolor="#4eae49" style="background:#4eae49;"><table width="530" border="0" align="center" cellpadding="0" cellspacing="0" class="two-left">
              <tr> </tr>
              <tr>
                <td align="center" valign="top"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                  <tr>
                    <td align="center" valign="top"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                      <tr>
                        <td align="center" valign="top" style="font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; text-transform:uppercase; color:#FFF;" mc:edit="sm11" ><multiline><br />
                        </multiline>
                          <multiline>SEE OUR BEST PRICE </multiline></td>
                      </tr>
                      <tr>
                        <td align="center" valign="top" style="font-family:Arial, Helvetica, sans-serif; font-size:50px; font-weight:bold; text-transform:uppercase; color:#FFF; padding:10px 0px 15px 0px;" mc:edit="sm12" ><multiline>PRODUCT</multiline></td>
                      </tr>
                    </table></td>
                  </tr>
                  <tr>
                    <td align="center" valign="top" style="font-family:Verdana, Geneva, sans-serif; font-size:16px; font-weight:normal;color:#FFF; line-height:36px; padding-bottom:15px;" mc:edit="sm13" ><multiline>Welcome in our product newsletter. </multiline>
                      <multiline><br />
                      </multiline>
                      <multiline>Check our price on What`s Up : +48 781 229 485 </multiline></td>
                  </tr>
                  <tr>
                    <td align="center" valign="top"><table width="185" border="0" align="center" cellpadding="0" cellspacing="0">
                      <tr>
                        <td align="center" valign="top"> </td>
                      </tr>
                      <tr> </tr>
                    </table></td>
                  </tr>
                </table></td>
              </tr>
              <tr> </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
    </table>
    
    <!--Welcome part End-->
    
    
    <!--1-column-mac Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td align="center" valign="top"><table width="700" border="0" align="center" cellpadding="0" cellspacing="0" class="main">
          <tr>
            <td align="left" valign="top" bgcolor="#FFFFFF" style="background:#FFF;"><table width="595" border="0" align="center" cellpadding="0" cellspacing="0" class="two-left">
              <tr>
                <td height="80" align="left" valign="top" style="line-height:80px;"> </td>
              </tr>
              <tr>
                <td align="left" valign="top">
                
                <table width="315" border="0" align="left" cellpadding="0" cellspacing="0" class="two-left">
                  <tr>
                    <td align="center" valign="top"><img editable="true" mc:edit="sm15" src="https://izntrade.com/newsletter/productnews/beehoney.jpg" width="315" height="335" alt="" style="display:block;width:100% !important; height:auto !important; " /></td>
                  </tr>
                </table>
                
                <table width="230" border="0" align="right" cellpadding="0" cellspacing="0" class="two-left">
  <tr>
    <td align="left" valign="top"><table width="230" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td align="left" valign="top" style="padding-top:18px;"><table width="105" border="0" align="left" cellpadding="0" cellspacing="0">
          <tr>
            <td width="95" align="left" valign="top" style="font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-transform:uppercase; color:#4eae49;" mc:edit="sm16" ><multiline></multiline></td>
</tr>
        </table></td>
      </tr>
      <tr>
        <td align="left" valign="top" style="font-family:Arial, Helvetica, sans-serif; font-size:36px; font-weight:bold; text-transform:uppercase; color:#2f312f; line-height:48px; padding-top:16px;" mc:edit="sm120"> <multiline>BEE HONEY</multiline></td>
      </tr>
      <tr>
        <td align="left" valign="top" style="font-family:Verdana, Geneva, sans-serif; font-size:16px; font-weight:normal;color:#575555; line-height:36px; padding-top:10px;" mc:edit="sm17" ><multiline>Origin : China, Poland</multiline>
          <multiline>Packing :  
          </multiline>
          <multiline>Packing : drums, glass jar</multiline>
          <multiline><br />
          </multiline>
          <multiline> </multiline></td>
      </tr>
      <tr>
        <td height="50" align="left" valign="top" style="line-height:50px;"> </td>
      </tr>
    </table></td>
  </tr>
</table>

                
                </td>
              </tr>
              <tr>
                <td height="40" align="left" valign="top" style="line-height:40px;"> </td>
              </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
    </table>
    
    <!--1-column-mac End-->
    
    
    <!--3-work 1 Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
    <!--3-work 1 End-->
    
    <!--3-work 2 Start-->
    
   <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table> 
    
    <!--3-work 2 End-->
    
    
    <!--Skill-title Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
    <!--Skill-title End-->
    
    
    <!--Skill-process Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
    <!--Skill-process End-->
    
    
    <!--Space Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
    <!--Space End-->
    
    
    <!--1+6 column add Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
    <!--1+6 column add End-->
    
    
    <!--Offer title Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
    <!--Offer title End-->
    
    <!--Offer list 1 Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
    <!--Offer list 1 End-->
    
    <!--Offer list 2 Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
    <!--Offer list 2 End-->
    
    <!--Space Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
    <!--Space End-->
    
    
    <!--1-column-1 Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
     <!--1-column-1 End-->
    
    
     <!--1-column-2 Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td align="center" valign="top"><table width="700" border="0" align="center" cellpadding="0" cellspacing="0" class="main">
          <tr>
            <td align="left" valign="top" bgcolor="#4eae49" style="background:#4eae49;">
            
            
            
            <table width="310" border="0" align="right" cellpadding="0" cellspacing="0" class="two-left-inner">
  <tr>
    <td align="right" valign="top"><table width="260" border="0" align="left" cellpadding="0" cellspacing="0" class="two-left-inner">
          <tr>
        <td height="70" align="left" valign="top" style="line-height:70px;"> </td>
      </tr>
      <tr>
        <td align="left" valign="top"><table width="105" border="0" align="left" cellpadding="0" cellspacing="0">
          <tr>
            <td width="95" align="left" valign="top" style="font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-transform:uppercase; color:#FFF;" mc:edit="sm59" ><multiline></multiline></td>
</tr>
        </table></td>
      </tr>
      <tr>
        <td align="left" valign="top" style="font-family:Arial, Helvetica, sans-serif; font-size:36px; font-weight:bold; text-transform:uppercase; color:#FFF; line-height:48px; padding-top:16px;" mc:edit="sm60" ><multiline>GLASS JAR</multiline></td>
      </tr>
      <tr>
        <td align="left" valign="top" style="font-family:Verdana, Geneva, sans-serif; font-size:16px; font-weight:normal;color:#FFF; line-height:36px; padding-top:10px;" mc:edit="sm61" ><multiline>Packing </multiline>
          <multiline><br />
          </multiline>
          <multiline>Packing : pallets </multiline></td>
      </tr>
      <tr>
        <td height="50" align="left" valign="top" style="line-height:50px;"> </td>
      </tr>
    </table></td>
  </tr>
</table>


<table width="335" border="0" align="left" cellpadding="0" cellspacing="0" class="full">
              <tr>
                <td align="center" valign="center"><img editable="true" mc:edit="sm62" src="https://izntrade.com/newsletter/productnews/soragejar.jpg" width="335" height="425" alt="" style="display:block;width:100% !important; height:auto !important; " /></td>
              </tr>
            </table>

            
            </td>
          </tr>
        </table></td>
      </tr>
    </table>
    
    <!--1-column-2 End-->
    
    
    <!--lab-part Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
    <!--lab-part End-->
    
    
    <!--fun activites Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
    <!--fun activites End-->
    
    
    <!--1-add Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
    <!--1-add End-->
    
    <!--3-add Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
    <!--3-add End-->
    
    
    <!--some-fun-title Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
     <!--some-fun-title End-->
    
    
    <!--2-add Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
    <!--2-add End-->
    
    
    <!--video-image Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
    <!--video-image End-->
    
    
    <!--Blog-title Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
     <!--Blog-title End-->
   
   
    <!--2-column-blog-title Start-->
     
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
    <!--2-column-blog-title End-->
    
    
    <!--single-post-image Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
    <!--single-post-image End-->
    
    
    <!--single-post-text Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
    <!--single-post-text End-->
    
    
    <!--app download Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
    <!--app download End-->
    
   
   <!--2-column-text Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
                  <td align="center" valign="top"><table width="700" border="0" align="center" cellpadding="0" cellspacing="0" class="main">
          <tr>
            <td align="left" valign="top" bgcolor="#FFFFFF" style="background:#FFF;"><table width="595" border="0" align="center" cellpadding="0" cellspacing="0" class="two-left">
              <tr> </tr>
              <tr>
                <td align="left" valign="top">
                
                <table width="315" border="0" align="left" cellpadding="0" cellspacing="0" class="two-left">
                  <tr>
                    <td align="center" valign="top"><img editable="true" mc:edit="sm15" src="https://izntrade.com/newsletter/productnews/pallets.jpg" width="315" height="335" alt="" style="display:block;width:100% !important; height:auto !important; " /></td>
                  </tr>
                </table>
                
                <table width="230" border="0" align="right" cellpadding="0" cellspacing="0" class="two-left">
  <tr>
    <td align="left" valign="top"><table width="230" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td align="left" valign="top" style="padding-top:18px;"><table width="105" border="0" align="left" cellpadding="0" cellspacing="0">
          <tr>
            <td width="95" align="left" valign="top" style="font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-transform:uppercase; color:#4eae49;" mc:edit="sm16" ><multiline></multiline></td>
</tr>
        </table></td>
      </tr>
      <tr>
        <td align="left" valign="top" style="font-family:Arial, Helvetica, sans-serif; font-size:36px; font-weight:bold; text-transform:uppercase; color:#2f312f; line-height:48px; padding-top:16px;" mc:edit="sm120"> <multiline>PALLETS </multiline></td>
      </tr>
      <tr>
        <td align="left" valign="top" style="font-family:Verdana, Geneva, sans-serif; font-size:16px; font-weight:normal;color:#575555; line-height:36px; padding-top:10px;" mc:edit="sm17" ><multiline>EUR, EPAL, one use, production on demand</multiline>
          <multiline><br />
          </multiline>
          <multiline><br />
          </multiline>
          <multiline>*product available only in Eastern Europe  </multiline></td>
      </tr>
      <tr>
        <td height="50" align="left" valign="top" style="line-height:50px;"> </td>
      </tr>
    </table></td>
  </tr>
</table>

                
                </td>
              </tr>
              <tr> </tr>
            </table></td>
          </tr>
        </table></td>
                  
        
      </tr>
    </table>
    
    <!--2-column-text End-->
    
    
    <!--contact-image Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> </tr>
    </table>
    
    <!--contact-image End-->
    
    <!--contact-Text Start-->
    
    <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td align="center" valign="top"><table width="700" border="0" align="center" cellpadding="0" cellspacing="0" class="main">
          <tr>
            <td align="left" valign="top" bgcolor="#4eae49" style="background:#4eae49;"><table width="580" border="0" align="center" cellpadding="0" cellspacing="0" class="two-left">
              <tr>
                <td height="60" align="left" valign="top" style="line-height:60px;"> </td>
              </tr>
              <tr>
                <td align="left" valign="top">
                
                <table width="240" border="0" align="left" cellpadding="0" cellspacing="0" class="two-left">
                  <tr>
                    <td align="left" valign="top" style="font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; text-transform:uppercase; color:#FFF;" mc:edit="sm110" ><multiline>Contact</multiline></td>
                  </tr>
                  
                                    <tr> </tr>
                  
                  <tr>
                    <td align="left" valign="top" style="font-family:Verdana, Geneva, sans-serif; font-size:14px; font-weight:normal;color:#FFF; line-height:30px; padding-top:10px; padding-bottom:40px;" mc:edit="sm112" ><multiline>Mail : kontakt@izntrade.com<br />
                      Call : +48 781 229 485</multiline>
                      <multiline><br />
                      </multiline>
                      <multiline> </multiline></td>
                  </tr>
                </table>
                
                
                <table width="280" border="0" align="right" cellpadding="0" cellspacing="0" class="two-left">
  <tr>
    <td align="left" valign="top"><table width="280" border="0" align="left" cellpadding="0" cellspacing="0" class="two-left">
      <tr>
                    <td align="left" valign="top" style="font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; text-transform:uppercase; color:#FFF;" mc:edit="sm113" ><multiline>About Us</multiline></td>
                  </tr>
                  <tr>
                    <td align="left" valign="top" style="font-family:Verdana, Geneva, sans-serif; font-size:14px; font-weight:normal;color:#FFF; line-height:30px; padding-top:10px; padding-bottom:20px;" mc:edit="sm114" ><multiline>We are international trading company located in Poland. For more details check our website : www.izntrade.com        </multiline></td>
                  </tr>
                  <tr>
                    <td align="left" valign="top" ><table width="105" border="0" align="left" cellpadding="0" cellspacing="0">
          <tr>
            <td width="95" align="left" valign="top" style="font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-transform:uppercase; color:#FFF;" mc:edit="sm115" ><multiline></multiline></td>
            <td width="10" align="center" valign="middle"> </td>
          </tr>
        </table></td>
                  </tr>
                </table></td>
  </tr>
</table>

                
                </td>
              </tr>
              <tr> </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
    </table>
    
    <!--contact-Text End-->
    
    
    <!--copyright Start-->
    
   <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td align="center" valign="top"><table width="700" border="0" align="center" cellpadding="0" cellspacing="0" class="main">
          <tr>
            <td align="left" valign="top" bgcolor="#2e7f29" style="background:#2e7f29;"><table width="580" border="0" align="center" cellpadding="0" cellspacing="0" class="two-left">
              <tr>
                <td height="60" align="left" valign="middle" style="font-family:Verdana, Geneva, sans-serif; font-size:12px; font-weight:normal;color:#FFF;" mc:edit="sm116" ><multiline>Copyright © 2021 by IZN Trade. All rights reserved.</multiline>                  <unsubscribe>Unsubscribe send NO.</unsubscribe></td>
              </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
    </table> 
    
    <!--copyright End-->
    

    </td>
  </tr>
</table>

<!--Main Table End-->

</body>
</html>                   <img src="http://newsletter.izntrade.com/newsletter/stat/mailing/1094737.jpg" width="1px" height="1px" />           </td>
        </tr>
</table>  
<!-- End of wrapper table -->
</body>
</html>