#header {
	position: fixed;
    width: 100%;
    height: 34px;
    z-index: 10002;
	top: 0;
	
	iframe {
		width: 100%;
		height: 34px;
		border: none;
	}
}