/* FOOT PANEL */
#footPanel {
	margin: auto;
	width: 960px;
	height: 29px;
	clear: both;
}
#footLeft {
	float: left;
	width: 30px;
	height: 29px;
	background: url('../gfx/footLeft.jpg') 0 0 no-repeat;
}
#footRight {
	float: left;
	width: 30px;
	height: 29px;
	background: url('../gfx/footRight.jpg') 0 0 no-repeat;
}
#footCenter {
	float: left;
	width: 900px;
	height: 29px;
	background: url('../gfx/footInner.jpg') 0 0 repeat-x;
}
#footTitle {
	margin: auto;
	width: 900px;
	height: 29px;
	background: url('../gfx/footTitle.jpg') 0 0 no-repeat;
}

#footPanel a {
    vertical-align: middle;
    color:white;
}

