/* footerad and 'position:fixed' emulation */

#footerad {
position:fixed;
bottom:0;
left:0;
background:transparent url(templates/Wait/red/bg.gif) repeat-x left bottom;
padding:0 0 0 0;
height: 90px;  /* includes transparent part */ 
cursor: pointer;
margin: 0 0 0 0; 
width:100%;
margin-bottom: -90px;
}
#footerad h3{ /* a simple little image replacement for the main text and image */
overflow:hidden;
text-indent:-1000em;
background: transparent url(templates/Wait/red/left.gif) no-repeat left bottom;
width:279px;
height:90px;
float:left;
font-family: Arial,sans-serif;
margin: 0px;
padding: 0px;
}
#footerad ul{
margin: 30px 16px 0pt 0pt; 
padding: 0pt; 
float: right; 
font-size: x-small; 
list-style-type: none;
}
#footerad ul li a{
color:#FFCC00;
}
#footerad p#catch{
margin: 40px 0pt 0pt 292px; 
color: #fff
}
#closeme {
color:#FFCCFF;
}
html {
padding:0 0 58px 0;
}



