/* footer */

#footmenu {
	position: absolute;
	top: 32px;
	left: 0;
	width: 920px;
	height: 25px;
	}
#footmenu p {
	text-align: center;
	color: #666;
	font: 12px/12px Arimo,arial,"trebuchet ms",trebuchet,sans-serif;
	}
#footmenu a {
	color: #666;
	text-decoration: none;
	}
#footmenu a:hover {
	color: #d00;
	}
	
#footcopy {
	position: absolute;
	top: 57px;
	left: 0;
	width: 920px;
	height: 25px;
	}
#footcopy p {
	text-align: center;
	color: #999;
	font: 10px/10px Arimo,arial,"trebuchet ms",trebuchet,sans-serif;
	}