/*
<% @language="VBScript" %>
<% Response.ContentType = "text/css" %>
*/
#debug {
     position: absolute;
     bottom  : 0;
     left    : 0;
     right   : 0;
     _width  : 99%;
     height  : 100px;
     border  : 2px inset darkgray;
     overflow: scroll;
}

