#footer {
	position			: relative;
	width				: 100%;
	height				: 262px;
	background-image	: url('../images/footer/footer_background.jpg');
	background-color	: #000;
	background-repeat	: no-repeat;
	background-position	: top center;
	color				: #FFF;
}

#footer a {
	color				: #FFF;	
}

#copyright {
	position			: absolute;
	width				: 960px;
	left				: 0px;
	top					: 230px;
	text-align			: center;
}

#footer_menu {
	position		: absolute;
	top				: 45px;
	left			: 0;
	padding			: 0;
	margin			: 0;
	list-style		: none;
}

#footer_menu h4 {
	padding			: 0;
	margin			: 0;
	height			: 45px;
}

#footer_menu h4 a {
	color			: #81c3e7;
	font-size		: 14px;
}

#footer_menu a {
	text-decoration	: none;
}

#footer_menu a:hover {
	text-decoration	: underline;
}

#footer_menu li {
	float			: left;
	width			: 160px;
	margin-left		: 10px;
}

#footer_menu li ul {
	padding			: 0;
	margin			: 0;
	list-style		: none;
}

#footer_menu li ul li {
	float			: none;
	line-height		: 1.8em;
	margin-left		: 0;
}

#footer_people {
	position			: absolute;
	width				: 181px;
	height				: 262px;
	background-image	: url('../images/footer/footer_people.jpg');
	left				: 779px;
	top					: 0px;
}

