/* CSS Document */
#headerpanel {
	height: 100px;
}
#leftpanel {
}
#centerpanel {
}
#rightpanel {
}
#footerpanel {
	color: #ffc;
	font-size: x-small;
	text-align: center;
	width:80%;
	margin: 0 auto;
}
#footerpanel a {
	color: #ffc;
}