clean	{
	}
body
        {
        margin: 0; /* margin and padding only necessary to cater for Mac IE5 */
        padding: 0;
        /*\*/   overflow: hidden; /* because Mac IE5 don't understand */
        }
div
        {
        margin: 0;
        padding: 0;
        }
div.content
        {
        background: url("/images/stars.jpg");
        background-repeat: repeat;
/*	background-position: center center; */
        /* background-attachment: fixed; */
        /*\*/
        position: absolute;
        top: 100px;
        right: 0%;
        bottom: 25px;
        left: 15%;
        /* Exclude all previous props for Mac IE5 */
        /* margin: 100 0 20 20%;  Cater for Mac IE5 */
        /*\*/ margin: 0; /* Put back for all the rest */
	padding: 0;
        overflow: auto; 
	background-color: #888888;
        }
#sidebar-left
        {
        margin: 0 0 0 0; /* Cater for Mac IE5 */
        /*\*/ margin: 0; /* */
	background-color: #444444;
        position: absolute;
        top: 100px;
        bottom: 25px;
        left: 0;
        width: 15%;
/*        height: 100%; */
        /* overflow: auto; */
        }
#header
        {
	background-color: #000000;
        position: absolute;
        top: 0;
        /*\*/right: 0;
        left: 0;   /* Exclude right and left props for Mac IE5 */
        margin: 0 0 0 0;
        /*\*/ margin: 0; /* */
        height: 90px;
        }
#footer
        {
	background-color: #7f6000;
        /*\*/ position: absolute;  /* Exclude for Mac IE5 */
        right: 0;
        bottom: 0;
        left: 0;
        height: 25px;
        margin: 0 0 0 0; /* Cater for Mac IE5 */
        /*\*/ margin: 0; /* Put back for all the rest */
        }
div.tablecontainer
        {
        /*\*/
        position: relative;
        top: 0;
        left: 0;
        /* Exclude all previous props for Mac IE5 */
        margin: 0 0 0 0; /* Cater for Mac IE5 */
        padding: 0 0 0 0; /* Cater for Mac IE5 */
        /*\*/ margin: 0; /* Put back for all the rest */
        /*\*/ padding: 0; /* Put back for all the rest */
        /*\*/ overflow: auto; /* no need for Mac IE5 to see this */
        }
