html {
  height:100%;
  overflow:hidden;
}
body {
  margin:0px;
  padding:0px;
  height:100%;
  background: #FFFFFF url('bg.gif') repeat-x;		
}

.intro {
  height:100%;
  width:100%;
  background-color: transparent;
}

