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;
}

#header-section {
	position: absolute;
	top: 0;
	width: 1006px;
	/*\*/left: 0px;   /* Exclude right and left props for Mac IE5 */
	margin: 0px 0px 0px 0px;
	/*\*/ margin: 0; /* */
	height: 210px;
}

#download-section {
	width: 1006px;
	/* Hide from Mac IE \*/
	position: absolute;
	top: 210px;
	bottom: 50px;
	left: 0px;
	/* Exclude all previous props for Mac IE5 */
	margin: 210px 0px 0px 0px; /* Cater for Mac IE5 */
	/*\*/ margin: 0; /* Put back for all the rest */
	/*\*/ overflow: auto; /* no need for Mac IE5 to see this */
}

#extra-section {
	/*\*/position: absolute;
	top:  0;
	right: 0;
	bottom: 0;
	left: 1006px;/* */
	/*\*/ margin: 0; /* */
}

#footer-section {
	/*\*/ position: absolute;   /* Exclude for Mac IE5 */
	width: 1006px;
	bottom: 0;
	left: 0px;
	height: 50px;
	margin: 0px 0px 0px 0px; /* Cater for Mac IE5 */
	/*\*/ margin: 0; /* Put back for all the rest */
}




