

#wind {
    position: absolute;
	background-color:#FFFFFF;
	height:100%;
	width: 100%;
    left: 0px;
    top: 0px;
    border:0;
    display: none;
      z-index: 10000;
    overflow: hidden;
    color:#fff;
    text-align:center;
    padding:0px;
}

#wind a{
   text-decoration:none;
   color:#000000;
   font-weight:bold;
   font-size:16px;
}