body {
	margin: 0px;
	padding: 0px;
}
#footer {
	height: 100px;
	width: 800px;
	background-color: #FFF;
	float: left;
	margin-top: 10px;
}
#footer p {
	font-size: 12px;
}
#footer h2 {
	font-size: 12px;
	line-height: 40px;
	text-align: center;
}
#footer address {
	font-size: 10px;
	color: #666;
	text-align: center;
}

