* html .bgtd_top {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.webducation.cc/web/templates/madeyourweb/images/webducation_logo.png', sizingMethod='image');
}
 
html > body .bgtd_top {
  height: 100px;
  background-image: transparent url('http://www.webducation.cc/web/templates/madeyourweb/images/webducation_logo.png');
}


* html .bgtd_bottom {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.webducation.cc/web/templates/madeyourweb/images/bg_bottom.png', sizingMethod='image');
}
 
html > body .bgtd_bottom {
  height: 30px;
  background-image: transparent url('http://www.webducation.cc/web/templates/madeyourweb/images/bg_bottom.png');
}


* html .bgtd_right {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.webducation.cc/web/templates/madeyourweb/images/bg_right.png', sizingMethod='scale');
}
 
html > body .bgtd_right {
height: 100%;
background: transparent url(../images/bg_right.png) repeat-y ;
}


* html .bgtd_left {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.webducation.cc/web/templates/madeyourweb/images/bg_left.png', sizingMethod='scale');
}
 
html > body .bgtd_left {
height: 100%;
background: transparent url(../images/bg_left.png) repeat-y ;
}