.hasInterstitial #interstitialWrapper, .hasInterstitial #interstitialOverlay { left:0; margin:0; padding:0; position:absolute; top:0; height:100%; width:100%; }

/* for IE6 */
* html .hasInterstitial #interstitialWrapper { height: expression(document.documentElement.clientHeight); }
* html .hasInterstitial { margin: 0; overflow:hidden; height: 100%; width: 100%; }

#interstitialWrapper { display:none; z-index:1001; }

/* for standards compliant browsers */
body.hasInterstitial > #interstitialWrapper { position:fixed; }

.hasInterstitial #interstitialOverlay { background-color:#000; opacity:0.8; filter: alpha(opacity = 80); }
.hasInterstitial #interstitialContent { left: 50%; margin: -250px 0 0 -384px; position: absolute; text-align: center; top: 50%; width: 768px; }

.hasInterstitial a#interstitialHide { color: #ffffff; display: block; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-weight: bold; position: relative; text-align: right; text-transform: uppercase; margin-top: -18px; padding-right: 23px; padding-bottom: 3px; background: url('http://suomi24-static.fi/img/close-button.png') right no-repeat; font-size: 15px; }

/* hide flashes so they won't stick through overlay */
.hasInterstitial embed, .hasInterstitial object { visibility: hidden; }
.hasInterstitial #interstitialWrapper embed, .hasInterstitial #interstitialWrapper object { visibility: visible; }

/* for IE6 - hide select fields */
* html .hasInterstitial select { visibility: hidden; }
* html .hasInterstitial #interstitialWrapper select { visibility: visible; }

/* hide ticker */
.hasInterstitial #ticker { visibility: hidden; }