
    #mainpage {
        width:100%;
        background-color:#D4C6F4;
        padding-bottom:20px;
        padding-top:20px;
        /* add main background image here, if desired:
            background-image:url();
        */
    }
    #mainheader {
      overflow:hidden;
      width:900px;
      height:400px;
      background-image: url("http://www.mydeasonline.com/images/zazzleheader.png");
      background-repeat: no-repeat;
      background-position: top;
    }
    #main { 
      overflow:hidden;
      width:900px;
      background-image: url("http://www.mydeasonline.com/images/zazzlebg.png");
      background-repeat: repeat;
      background-position: top;
      padding-bottom:20px;
      padding-top:20px;
    }
    #content { 
      overflow:hidden;
      width:900px;
      padding: 20px 51px 20px 51px;
    }
    #mainfooter {
      overflow:hidden;
      width:900px;
      background-image: url("http://www.mydeasonline.com/images/zazzlefootertrans.png");
      background-repeat: no-repeat;
      background-position: top;
    }
    #footerinside { 
      overflow:hidden;
      width:900px;
      padding: 0px 51px 0px 51px;
    }
    #indexnewdesigns {
      overflow:hidden;
      width:611px;
      background-image: url("http://www.mydeasonline.com/images/indexbannernewdesigns.png");
      background-repeat: no-repeat;
      background-position: top;
    }
    .itemdisplay { 
      overflow:hidden;
      width:611px;
      padding: 20px 51px 20px 51px;
      margin-top: 35px;
    }
