@charset "utf-8";
/* CSS Document */

html {overflow: hidden;} /*we don't need any scrolls for our html */

body {width: 100%;}

#header
{
	height: 155px;
	overflow: hidden;
}

...

#iframe { overflow: hidden;} /*this is to remove the scroll when not needed*/

#iframe, iframe
{
	width: 100%;
	height: 100%;
}

