body { 
  background: url('../images/background.jpg');
  }
  
#tplPageWrapper {
  width: 1000px;
  margin: 50px auto 0 auto;
  padding: 0;
  background: url('../images/top_swirl.gif') top no-repeat;
  }

#tplHeadWrapper {
  }

#tplHeadContent {
  width:1000px;
  height:276px;
  text-align: center;
  overflow: hidden;
  }

#tplMainWrapper {
  width:1000px;
  background: url('../images/center_swirl.gif') 0px 204px no-repeat;
  }
  
#tplMainContent {
  padding: 20px 50px 0 50px;
  }

#tplFootWrapper {
  width:1000px;
  height: 150px;
  background: url('../images/bottom_swirl.gif') top no-repeat;
  overflow: hidden;
  }
  
#tplFootContent {
  text-align: center;
  color: #492911;
  font-weight: bold;
  padding-top: 60px;
  }
  
td#storeContents {
  background: url('../images/center_column.gif') top left no-repeat;
  }
  
div.centerColumn {
  background-color: #fafbf6;
  padding: 15px 0px 15px 0px;
  }
