#slides {
	margin-left: expression(this.offsetWidth < this.parentNode.offsetWidth ? parseInt((this.parentNode.offsetWidth - this.offsetWidth) / 2) + "px" : "0");
}
#d7 {
	margin-left: expression(this.offsetWidth < this.parentNode.offsetWidth ? parseInt((this.parentNode.offsetWidth - this.offsetWidth) / 2) + "px" : "0");
}

* html #large { /* IE6 hack */
	height: 69%;
	width: 80%;
}
* html #menu { /* IE6 hack */
	height: 69%;
}
* html #footer { /* IE6 hack */
	width: 98%;
}