/* Cochran Horse Treks :: Screen Inner CSS Definitions */

#middle
{
   min-height: 250px;

   behavior: url(../css/htc/iepngfix.htc);

   background-image: url(../img/page/img-pge-inr-bkg.png);
   background-repeat: no-repeat;
}

* html #middle
{
   height: 250px;
}

#text
{
   width: auto;

   padding: 15px;
}

#footer
{
   width: 931px;
   height: 65px;

   behavior: url(../css/htc/iepngfix.htc);

   background-image: url(../img/footer/img-ftr-inr-bkg.png);
}