#toplinks[id] {
	display: table;
	position: static;
} /*because IE7 doesn't like this */

#toplinksmiddle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
} /*because IE7 doesn't like this */

#footer[id] {
	display: table;
	position: static;
} /*because IE7 doesn't like this */

#footermiddle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
} /*because IE7 doesn't like this */