@charset "UTF-8";
/* CSS Document */

body {

  background:#409790 url(../images/day/bodybgimg_day2.jpg) no-repeat fixed top center;
  width:100%;
  height:100%;
}
#contentArea {
  background-image:url(../images/day/contentAreaBgimg.jpg);
  background-repeat:no-repeat;
  
  width:980px;
  height:577px;
}

#contentArea1 {
  background-image:url(../images/day/contentAreaBgimg.jpg);
  background-repeat:no-repeat;
  
  
  width:980px;
  min-height:550px;
  
  position:absolute;
  top:492px;
  left:0;

  
}

#contentArea2 {
  background-image:url(../images/day/contentAreaBgimg_2ndLevel_2.jpg);
  background-repeat:no-repeat;
  background-position:top left;
  background-color:#1d9aae;
  
  width:980px;
  min-height:550px;
  float:left;
  /*
  position:absolute;
  top:492px;
  left:0;
*/
  
}

#contentArea3 {
  background-image:url(../images/day/contentAreaBgimg_2ndLevel_2.jpg);
  background-repeat:no-repeat;
  background-position:top left;
  background-color: #1d9aae;
  float:left;
  min-height:950px;
  
}
