.displace {
	position: absolute;
	left: -5000px;
	}

a.rollover {
	display: block;
	width: 95px;
	height: 29px;
	text-decoration: none;
	background: url("../images/twitter.png");
	}

a.rollover:hover {
	background-position: -95px 0;
	}

a.rollover2 {
	display: block;
	width: 95px;
	height: 35px;
	text-decoration: none;
	background: url("../images/facebook.png");
	}

a.rollover2:hover {
	background-position: -95px 0;
	}
	
a.rollover3 {
	display: block;
	width: 95px;
	height: 35px;
	text-decoration: none;
	background: url("../images/instagram.png");
	}

a.rollover3:hover {
	background-position: -95px 0;
	}
  
a.rollover4 {
	display: block;
	width: 95px;
	height: 35px;
	text-decoration: none;
	background: url("../images/linkedin.png");
	}

a.rollover4:hover {
	background-position: -95px 0;
	}