/* SECTION: background {{{1 */
  body {
    margin:0;
    background:#f3f3f3;
  }

/* SECTION: newindex {{{1 */
  
  div.wrapper {
    width:100%;
    min-width:800px;
    height:100%;
    min-height:600px;
    margin-top:-32px;
    background:#f3f3f3 url(/images/main_bg.png) repeat;
    margin-left:auto;
    margin-right:auto;
    
  }
  
  div.header {
    width:1024px;
    height:275px;
    background:url(himaniamoli_logo.png) no-repeat;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
  }
  
  div.divider {
    width:800px;
    height:5px;
    background:url(divider.png) no-repeat;
    margin-right:auto;
    margin-left:auto;
    margin-top:30px;
  }
  
  div.divider_2 {
    width:800px;
    height:5px;
    background:url(divider.png) no-repeat;
    margin-right:auto;
    margin-left:auto;
    margin-top:320px;
  }
  
  div.content {
    width:828px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
  }
  
  div.content .fb_box {
    height:144px;
    width:198px;
    background:#263f6b url(f.png) no-repeat;
    float:left;
    cursor:pointer;    
  }
  
  div.content .fb_box:hover {
    background-color:#375a9a;
  }
  
  div.content .tw_box {
    height:144px;
    width:198px;
    background:#248eb2 url(twitter.png) no-repeat;
    float:left;
    margin-left:12px;
    cursor:pointer; 
  }
  
  div.content .tw_box:hover {
    background-color:#33ccff;
  }
  
  div.content .in_box {
    height:144px;
    width:198px;
    background:#00507e url(in.png) no-repeat;
    float:left;
    margin-left:12px;
    cursor:pointer; 
  }
  
  div.content .in_box:hover {
    background-color: #0073b4;
  }
  
  div.content .tum_box {
    height:144px;
    width:198px;
    background:#1f3248 url(t.png) no-repeat;
    float:left;
    margin-left:12px;
    cursor:pointer; 
  }
  
  div.content .tum_box:hover {
    background-color: #2d4867;
  }
  
  div.content .email {
    height:54px;
    width:100%;
    margin-top:12px;
    background:#18a2a0 url(email.png) no-repeat;
    float:left;
    cursor:pointer; 
  }
  
  div.content .email:hover {
    background-color: #23e8e5;
  }
  
  div.content .spot {
    height:54px;
    width:100%;
    margin-top:12px;
    background:#768818 url(spot.png) no-repeat;
    float:left;
    cursor:pointer; 
  }
  
  div.content .spot:hover {
    background-color:#a9c323;
  }
  
  div.examples {
    width:828px;
    height:610px;
    background:url(examples.png) no-repeat;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
  }
  