/**** Styles Specifically for the "Mattress Included?" Page of the "Learning Center" section ****/

/* Hide Right Column */
div.pageCol1 { width:727px; }
div.pageCol2 { display:none; }
#mattressText { width:293px; }

/* Position the "Find Your Bed" Button the the Right */
div.pageCol1 { position:relative; }
a#findBed:link, a#findBed:visited
{
  position:absolute;
  right:0;
  top:0;
}