* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
}

#frm{
    width: 100%;
    height: 100%;
}

#diviframe {
	display: block
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
}