#frame {
	height: 520px;
	color: #000;
}

#leftFrame {
	float: left;
	display: table;
}

#left {
	width: 90px;
	height: 250px;
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	padding:0px 5px 0px 0px;
}


#main {
	float: left;
	width: 640px;
	margin: 2px;
	height: 484px;
}

#rightFrame {
	float: left;
	display: table;
	height: 250px;
}

#rightBottomAlign {
	display:table-cell;
	vertical-align:bottom;
}

#right {
	width: 90px;
	height: 250px;
	margin-top: 10px;
	padding:0px 0px 0px 5px;
	text-align: center;
}