/* Generic CSS */
body {
     margin: 0px 0 0 0;
     padding: 0;
     text-align:center;
	 background:#ffffff url(/lib/img/page-bg.gif) repeat-x top left;
}
.hide {
    /* abs positioning is a cleaner way to hide? */
    /*float: left;
    margin-left: -999em;*/
    position: absolute;
    top: -500px;
    left: -500px;
    width: 0;
    height: 0;
    overflow: hidden;
}

/* last element in row div */
div.rowClear {
    clear: both;
    height: 1px; /* IE needs this or divs overlap */
    line-height: 0;
    font-size: 1px;
}
object, embed {
    margin:0;
    padding:0;
}
