#footer {
	position: relative;
	top: 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin: 0;
	padding: 0;
	display: block;
	background-color: #001727;
	height: 60px;
	
}

#footer p {
	color: #f6d68f;
	font-weight: bold;
	position: relative;
	top: 18px;

}