body, html{
margin:0px;
padding:0px;
height:100%;
background-color:#FFF;
}
a{
color:#999999;
text-decoration:none;
}
a:hover{
color:#000000;
}
.tableHolder{
padding:0px;
margin:0px;
height:100%;
width:100%;
/*background-color:#ABABAB;*/
}
#horizon        
{
text-align: center;
position: absolute;
top: 100px;
/*
First comment. Explorer 5 Mac misses the end-of-comment
because of the backslash
\*/
top: 40%;
/*
Second comment. Explorer 5 Mac sees the end of this
comment as the end of the previous one
*/
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
visibility: visible;
display: block;
}