body {
  background-image: url("pages/home.jpg");
  background-repeat: no-repeat;
}

a:link img { border: none; }
a:visited img { border: none; }
a:active img { border: none; }
a:hover img { border: none; }
a { outline: none; }
a img { outline: none; }

div {
/* ***comment around "border" to turn on/off *** */
/*border: .1em dotted #500;*/
position: absolute;
} 

.blocked {
display:block;
width:100%;
height:100%;
text-decoration:none;
} 

div.boxlink {
background-image: url(transparent.gif);
}


div.write {
overflow: auto;
} 

div.closed {
overflow: hidden;
} 

div.write p {
margin-right: 4px;
} 

table {
table-layout: fixed;
} 

/*PROMPT*/

#aep_ovrl {
background-color: black;
-moz-opacity: 0.7; opacity: 0.7;
top: 0; left: 0; position: fixed;
width: 100%; height:100%; z-index: 99;
}
#aep_ww { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 100%; text-align: center;}
#aep_win { margin: 20% auto 0 auto; width: 400px; text-align: left;}
#aep_w {background-color: white; padding: 3px; border: 1px solid black; background-color: #EEE;}
#aep_t {color: white; margin: 0 0 2px 3px; font-family: Arial, sans-serif; font-size: 10pt;}
#aep_text {width: 100%;}
#aep_w span {font-family: Arial, sans-serif; font-size: 10pt;}
#aep_w div {text-align: right; margin-top: 5px;}
</style>
<!-- IE specific code: -->
<!--[if lte IE 7]> 
<style type="text/css"> 
#aep_ovrl { 
position: absolute; 
filter:alpha(opacity=70); 
top: expression(eval(document.body.scrollTop)); 
width: expression(eval(document.body.clientWidth)); 
} 
#aep_ww {  
position: absolute;  
top: expression(eval(document.body.scrollTop));  
} 
</style> 
<![endif]-->	