.contact {
	width: 550px;
	height: 100px;
	border: 1px solid black;
	margin: 0px auto;
	position: static;
}
.contact2 {
	width: 550px;
	height: 165px;
	border: 1px solid black;
	margin: 0px auto;
	position: static;
}
.contact3 {
	width: 550px;
	height: 210px;
	border: 1px solid black;
	margin: 0px auto;
	position: static;
}
.info {
	width: 260px;
	float: left;
	padding: 5px;
}
.info p {
	margin: 2px;
}