@charset "UTF-8";
/* CSS Document */
with(tags.BODY){ position="absolute";
                 width="130%";
                 top="-3px"; left="-12px";        }
with(ids.cont){  position="absolute";
                 width=parseInt(width)+4+"px";
                 borderWidths(0.1);
 left=Math.max((innerWidth/2-parseInt(width)/2)-2,0);
 layerBackgroundColor = backgroundColor;          }

window.onload=function(){ 
  with(document.layers[0]){
   resizeBy(0,4);
    with(document.layers[0]){
     if(clip.height<innerHeight)
     clip.height=innerHeight;
    resizeBy(0,4);
    clip.left=2;}
  left=-2;}
 var origWidth = innerWidth; var origHeight= innerHeight;
function initResize(){
 window.onResize=function(){
 if((innerWidth!=origWidth)||(innerHeight!=origHeight))
 self.location.reload(); }} initResize();}

