﻿/* Firefox bug which shows a 1 pixel of bg at the end of container in some zoom levels. */
#containerfoot {
	position: relative;
	top: 1px;
}

/* Must not be seen by IE */
* html #containerfoot {
	position: fixed;
}