		iframe.ifram1 {
		    width: 100%;
		    border: none;
		    height: 1000px;
		}
		body{
			margin: 0;
		}
		 body,
        html {
            width: 100%;
/*            height: 100%;
            overflow: hidden;*/
        }
        .menu{
        	position: absolute;
		    top: 99px;
		    margin: auto;
		    left: 0;
		    right: 0;
		    text-align: center;
		    background: #fff; 
		    padding: 10px;
		    background-image: url(http://www.mysite.com/fs_img/mysite/2007/buttons2/background_dynamic.gif);
    		background-repeat: repeat-x;
        }
        .menu a {
		    margin: 10px;
		    color: gray;
    		font-family: sans-serif;
		}