@charset "utf-8";
/* CSS Document */
/* Things Specific to the Homepage */
.twocol a {
	display: block; 
	height: 90px; 
	width: 235px; 
	margin-left:69px;
}
.twocol a:hover {
	background-position: 0% 100%;
}
.leftcol a {
	background:url(../images/RenterButton.png);
}
.rightcol a {
	background:url(../images/LandlordButton.png);
}