body {
	background : White;
	margin: 0 0;
}
td {
	vertical-align : top;
}

table.common {
	width : 100%;
	height: 100%;
}
table.content {
	height : 100%;
}
table.leftLong {
	background : url(../images/left_long.gif) no-repeat right top;
	height : 100%;
}
table.rightLong {
	background : url(../images/right_long.jpg) no-repeat;
	height : 100%;
}
td.contentBack {
		background : url(../images/center_back.gif) repeat-y;
		height : 100%;
}
td.contentBackWhite {
	background : url(../images/center_back_white.gif) repeat-y;
	height : 100%;
}
td.leftGradient {
	background : url(../images/left_gradient.gif) repeat-x;
}
td.rightGradient {
	background : url(../images/right_gradient.gif) repeat-x;
}
td.centerUp {
	background : url(../images/center_back_up.gif) no-repeat;
	height: 373px;
}
td.centerUpWhite {
	background : url(../images/center_back_white_up.gif) no-repeat;
	height: 373px;
}