/* $Id: cominghome.css,v 1.2 2009/09/25 11:21:07 todork Exp $ */

td#contentBigCell {
	text-align: center;
}

table.chome {
	width: 100%;
	max-width: 800px;
	width: expression(this.clientWidth > 800 ? '800px' : this.clientWidth);
	margin: 0 auto;
}

table.chome2 {
	width: auto;
	max-width: 800px;
	width: expression(this.clientWidth > 800 ? '800px' : this.clientWidth);
	margin: 0 auto;
}