/* CSS Document */
.base{
background-image:url(images/index.jpg);
background-position:top center;
background-repeat:no-repeat;
position:relative;}

.wh_div{
	 height: 100px;
     overflow:auto;
	-webkit-overflow-scrolling: touch;
}

.wh_div iframe{
	height:100px;
    width: 200px;
}