#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: #2b2436;
right: 0;
top: 0;
z-index: 8;
min-width:1360px;
height:100%;

}


#interContainer{
position: absolute;
top: 0;
padding: 0;
width:1360px; 
height:662px;
background-image:url(http://www.xbox-liveforum.de/Events-Promotionen/Houseparty-Perfect-Dark/bg-neu.jpg);
background-repeat:no-repeat;
z-index: 9;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
margin-top:90px;
padding: 0;
text-align: center;
z-index:11;
}

#interContainer .headerbar a{ color:white;
font-family: arial, verdana;
font-size: 14px;
font-weight:bold;
text-decoration: none;
background: #2b2436;
z-index:12;

}
#interContent{width:832px; height:460px; margin:30px 0 0 -6px;}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
}


