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

body {
  background:#000000 url(../images/night/bodybgimg_night2.jpg) no-repeat fixed top center;

  width:100%;
  height:100%;
  
}

#contentArea {
  background-image:url(../images/night/contentAreaBgimg_2.jpg);
  background-repeat:no-repeat;
  
  width:980px;
 /* height:577px;*/
}


#contentArea2 {
/*  background-image:url(../images/night/contentAreaBgimg_2ndLevel.jpg);*/
  background-image:url(../images/night/contentAreaBgimg_2.jpg);
  background-repeat:no-repeat;
  background-position:top left;
  
  width:980px;
  min-height:550px;
  float:left;
  
}

#contentArea3 {
  background-image:url(../images/night/contentAreaBgimg_3rdLevel.jpg);
  background-repeat:no-repeat;
  background-position:top left;
  background-color: #000;
  width:980;
  min-height:550px;
  float:left;
  min-height:950px;
}