.contactLink:link,
.contactLink:active,
.contactLink:visited {
	background: url('./contactLink.gif') no-repeat;
	height: 80px;
	margin: 0px;
	width: 182px;
}
.contactLink:hover {
	background: url('./contactLinkUp.gif') no-repeat;
}
.logo {
	background: url('./logo.gif') no-repeat;
	display: block;
	float: left;
	height: 79px;
	margin: 0px;
	width: 300px;
}
