div#bottom-menu {

	margin: 10px 0 0 0; 
	padding: 5px 0;
	border-top: 10px solid #999;
	background-color: #066c0a;
	float: none;
	position: relative;
	text-align: center;
	height: 100%;

	}
div#bottom-menu p {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 3px 0;
	
	
	}

div#bottom-menu a {
	color: #00f;
	text-decoration: none;
	}
div#bottom-menu p#designer {
	position: absolute;
	right: 5px;
	bottom: 0;
	font-weight: normal;
	}


