body{
  background:#EEE;
}
.clear{
  clear:both;
}
#content{
  width:800px;
  border:1px solid #CCCCCC;
  background:white;
  padding:25px;
  margin:auto;
  margin-top:10%;
}
#titleBarHeading{
  float:left;
  background-image: url(http://www.crd.bc.ca/takethepledge/_images/pledge_header_title.jpg);
  background-repeat:no-repeat;
  width:482px;
  height:60px;
  display:block;
  text-indent: -3000px;
  overflow: hidden;
}
#titleBarCRD a{
  float:left;
  background-image: url(http://www.crd.bc.ca/takethepledge/_images/pledge_header_crd.jpg);
  background-repeat:no-repeat;
  width:269px;
  height:60px;
  display:block;
  text-indent: -3000px;
  overflow: hidden;
}
#pledges{
/*  border:1px solid green;*/
  clear:both;
  margin-top:200px;
  display:block;
  text-indent: -3000px;
  overflow: hidden;
}
#pledgePlasticBags{
  float:left;
  width:400px;
  text-align:center;
}
#pledgePlasticBagsTitle{
/*  border:1px solid red;*/
  background-image: url(http://www.crd.bc.ca/takethepledge/_images/pledge_plastic_title.jpg);
  background-repeat:no-repeat;
  width:335px;
  height:40px;
}
#pledgePlasticBagsBody a{
/*  border:1px solid red;*/
  display:block;
  background-image: url(http://www.crd.bc.ca/takethepledge/_images/pledge_plastic_body.jpg);
  background-repeat:no-repeat;
  width:335px;
  height:285px;
}
#pledgePlasticBagsBody a:hover{
  background-image: url(http://www.crd.bc.ca/takethepledge/_images/pledge_plastic_body_on.jpg);
  background-repeat:no-repeat;
}
#pledgePesticides{
  float:right;
  width:400px;
  text-align:center;
}
#pledgePesticidesTitle{
/*  border:1px solid red;*/
  background-image: url(http://www.crd.bc.ca/takethepledge/_images/pledge_pest_title.jpg);
  background-repeat:no-repeat;
  width:335px;
  height:40px;
}
#pledgePesticidesBody a{
/*  border:1px solid red;*/
  display:block;
  background-image: url(http://www.crd.bc.ca/takethepledge/_images/pledge_pest_body.jpg);
  background-repeat:no-repeat;
  width:335px;
  height:285px;
}
#pledgePesticidesBody a:hover{
  background-image: url(http://www.crd.bc.ca/takethepledge/_images/pledge_pest_body_on.jpg);
  background-repeat:no-repeat;
}
#preload{
  visibility:hidden;
}