html#view_iframe,
html#view_iframe body {
	width: 100%;
	height: 100%;
	color: #333;
	margin: 0;
	padding: 0;
}

html#view_iframe #wrapper {
	background: green;
	border: none;
	width: 100%;
	height: auto;
	position: absolute;
	background: white;
	bottom:0;
    top:0;
    left:0;
    right:0;
	padding: 0;
	margin: 0;
	margin-bottom: 32px;
	display: block;
}
html#view_iframe #wrapper iframe {

	height: 100%;
	width: 100%;
	background: white;

	display: block;
	border: none;
	margin: 0;
	padding: 0;
}
#iframe_tr td {
	vertical-align: top;
}
#view_iframe #controls {
	height: 28px;
	position: fixed;
	width: 100%;
	bottom: 0;
	padding-top: 4px;
	border-top: 1px solid #e6e6e6;
	background: #e6e6e6 url(http://i.pastehtml.com/images/design/iframe/bg.gif);
	padding-left: 5px;
}
#view_iframe #controls .rounded {
	position: absolute;
	bottom: 32px;
	right: 5px;
}
#view_iframe #controls .logo {
	position: absolute;
	bottom: 5px;
	right: 15px;
}
#view_iframe  #controls  .logo img {
	width: 150px;
	height: 29px;
}
#hosted_on {
	position: absolute;
	bottom: 5px;
	right: 169px;
	color: gray;
	font-size: 12px;
}