﻿#interContainer{
position: fixed;
bottom:0;
width: 950px; /*Width of interstitial box*/
left: 0;
top: 0;
background-color: transparent;
padding: 15px;
padding-top: 0;
visibility: hidden;
z-index: 9000;
}


#interContainer .headerbar /* CSS for close button area*/ {
  text-align: right;
  }

#interContent /*CSS for header bar of interstitial box*/{
color: #fff;
padding: 10px 50px;
z-index: 9000;
}


#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: fixed;
bottom:0;
background: black url("http://www.comereason.org/interstitial/images/blackdot.gif");
right: 0;
width: 10px;
top: 0;
height:350px;
z-index: 8900;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;

}

/*Custom styles for the splash page  */
