div.body_wrapper {
                   margin-left: auto;
                   margin-right: auto;
                   width:775px;
                   height:700px;
                   border: 1px solid #522;
                   }
div.main_body {
                position: relative;
                width:775px;
                height:700px;
                }
div.head_top {
               position:absolute;
               left:0px;
               top:0px;
               width:775px;
               height:56px;
               }
div.tabs_spacer {
                  position:absolute;
                  left:0px;
                  top:56px;
                  width:48px;
                  height:36px;
                  }
div.tabs_schedule {
                    position:absolute;
                    left:48px;
                    top:56px;
                    width:109px;
                    height:36px;
                    border: 0;
                    }
div.tabs_modeling {
                    position:absolute;
                    left:156px;
                    top:56px;
                    width:114px;
                    height:36px;
                    border: 0;
                    }
div.tabs_stories {
                   position:absolute;
                   left:270px;
                   top:56px;
                   width:114px;
                   height:36px;
                   border: 0;
                   }
div.tabs_santa {
                 position:absolute;
                 left:384px;
                 top:56px;
                 width:245px;
                 height:36px;
                 border: 0;
}

div.tabs_buddies {
                   position:absolute;
                   left:629px;
                   top:56px;
                   width:146px;
                   height:36px;
                   border: 0;
                   }
div.main_bg { height:510px; }

div.right_text_block {
                       position: absolute;
                       left: 410px;
                       top: 145px;
                       width: 300px;
                       height: 320px;
                       background: #760e0b;
                       padding: 5px;
                       font-family: 'Arial', sans-serif;     
                       font-style: normal;     
                       font-weight: normal;     
                       font-size: 14px;
                       color: white;
                       }


div.ornament{
              float:right;
              width:100px;
              height:100px;
              }
div.left_text_block {
                      position: absolute;
                      left: 20px;
                      top: 105px;
                      width: 370px;
                      height: 380px;
                      background: white;
                      padding: 5px;
                      font-family: 'Arial', sans-serif;     
                      font-style: normal;     
                      font-weight: normal;     
                      font-size: 14px;

                      }
div.face_icon{
               float: left;
               }
div.footer{ 
            position: absolute;
            top: 630px;
            width: 731px;
            color: black;
            text-align: center;
 }
