/* ie6 only */
* html #allBox {
	width: 100%;
}
/* ie7 only */
*+html #allBox {
	width: 100%;
}

