﻿#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000;
background-repeat: repeat;
background-position:center;
border: 0;
z-index:149;
}
#Inside-the-Rabbit-Hole{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
bottom: 0px;
left: 50%;
margin-left: -200px;
height:400px;
width:400px;
z-index: 150;
font-size:13px;
}

#button{
text-align:center;
margin:100px;
}