/* CSS Document */
#bottom {
	text-align:center;
	height:240px;
	font-size:12px;
	color:#cdcdcd;
	line-height:2em;
	clear:both;
	background-image:url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#down-menu {
    height:18px;
}
#down-menu a {
	color:#cdcdcd;
	padding:0 10px;
	text-decoration: none;
}
#down-menu a:hover {
	text-decoration: underline;
}
