بفرمایید 
کد:
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
<style>
#frm{
border:none;
overflow:no-content;
position:absolute;
top:0;
left:0;
z-index:-100;
}
.wrapper{
width:100%;
height:100%;
background:transparent;
position:absolute;
z-index:-99;
top:0;
left:0;
}
.sheet{
position:static;
width:900px;
height:900px;
background:rgba(0, 0, 0, 0.80);
margin:50px auto;
padding:20px;
}
</style>
</head>
<body>
<iframe src="http://creativesoftz.com/" scrolling="no" height="1000" width="1200" id="frm"></iframe>
<div class="wrapper"></div>
<div class="sheet">
<h1 style="margin:100px auto; text-align:center; display:block; font-family:'Segoe UI';color:#ff6a00;font-weight:100;">
Some Text ...
</h1>
</div>
</body>
</html>