#home {
width: 100%;
margin: 0 0 0 0;
height: 1200px;
overflow: hidden;
/*background: url(../images/harvey_bg.jpg) 50% 0 no-repeat fixed;*/
}

#home img {
left: 0;  
position: absolute;
top: 0;
}
  


#video {
width: 100%;
background: url(../images/video_bg.jpg) 50% 0 no-repeat fixed;
margin: 0 0 0 0;
height: 1200px;
overflow: hidden;
}

#video img {
left: 0;  
position: absolute;
top: 0;
}



#talents,#bio {
width: 100%;
background:#ffffff;
margin: 0 0 0 0;
height: 1200px;
overflow: hidden;
}

#talents img, #bio img {
left: 0;  
position: absolute;
top: 0;
}

#contact {
width: 100%;
background:#ffffff;
margin: 0 0 0 0;
height: 1200px;
overflow: hidden;
}

#contact img {
left: 0;  
position: absolute;
top: 0;
}



  
  

