body { margin:0px; background-color:#fff; height:100% }
html { height:100% }
a:link { color:#006cb0; text-decoration:none }
a:visited { color:#006cb0; text-decoration:none }
a:hover { color:#fff; text-decoration:none; background-color:#006cb0 }
a:active { color:#006cb0; text-decoration:none }
#PageDiv { position:relative; min-height:100% }
#test { position:absolute; left:50px; top:50px; width:600px; height:400px; z-index:1; overflow:visible }
