.push {
	height: 150px;
}

#footer {

	clear:both;
	background-color: #2e2d28;
	margin-top: 30px;
	height: 180px;
	position: relative;
}

#lists {
	
	margin: 0px auto 0 auto;
	clear: both;
	width: 620px;
	text-align: center;
}

#footer li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
	color: #ccc;
	padding-top: 10px;
}

#footer a {
	color: #ccc;
	font-size: 75%;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	
}
	
#copyright {
	clear: both;
	font-size: 55%;
	color: #ccc;
	padding: 50px 0 10px 0;
	line-height: 1.5em;
	text-align: auto;
}


