为啥我的关闭按钮无效
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
</head>
<script>
function guanbi(){
var tanc=document.getElementById(tanc);
tanc.style.display="none";
}
</script>
<body>
<div class="tanc" style=" display: block;position: absolute; outline: 0; height: auto; width: 976px; top: 109px; left: 387px; ">
<div style=" height: 30px;background: #000000"><span style="font-size:12px;line-height:30px;display:inline-block;padding: 0 40px";>
<!-- 关闭按钮-->
<font color="white">1111111111111111111111111111111111</font><button type="button" id="guanbi" onClick="guanbi()">关闭</button></span>
</div>
<div><iframe src="http://www.baidu.com" frameborder="0" height="632" width="100%"></iframe></div>
</div>
</body>
</html>