/* navigationBottom */

#navigationBottomContainer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	background-image: url('../navigationBottom/background.png'); 
	background-repeat: repeat-x;
	}
	
#navigationBottomContainer table {
	color: white;
	text-align: center;
	}	
	
#navigationBottomTable {
	position: relative;
	top: 9px;
	}
