/* CSS Document */
/*css file property for yab engineering services limited */
/*remember background url(../images/bgeffect.jpg); */

body {
   background: #fff; 
   font-family: Tahoma, Verdana, Sans-serif;
   font-size: 11px;
   color: #333;
   margin: 0; padding: 0;
 } 
 
#container{
  margin: 0px; 
  padding-top: 9em;
  padding-left: 0;
  }
  
#intro {
   height: 350px;
   width: 100%;
   margin: 0; padding: 0;
   }
   
 #building{
    position: absolute;
    width: 600px;
    height: 350px;
    z-index: 2;
 }
 
 #compname {
  width: 380px;
  float: right;
  height: 350px;
  z-index: 3;
 }
 
  #under_construct {
  padding-top: 32em;
  position: absolute;
  width: 100%;
  height: 50px;
  z-index: 1;
  text-align: center;
  color: #666;
  overflow: hidden;
 }
 
   #footer{
   clear: both;
   height: 40px;
   color: #666;
   padding-top: 20px;
   }
   
   a img {
      border: 0px;
	  }

  /*Navigation links style */
  
 a.external:link, a.external:visited {color: #2b4b95; text-decoration: none; font-weight: bold}