
#footer {
	width: 100%;
	margin-bottom: 0px;
	text-align: center;
	padding-top:0px;
	padding-bottom: 0px;
}

#footer a {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-decoration: none;
}

#wrapp {
	height: 100%;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top:0px;
	padding-bottom:0px;
}

