@charset "utf-8";
/* CSS Document */

.button {
	text-indent: -9000px;
	display: block;
	background: url(button.png)
	}
	
	* html .button {		background: url(button.gif);		}
	

.learn-more {
	width: 145px;
	height: 40px;
	background-position: 0 0;
	margin: -5px;
	}
	
	.learn-more:hover {
		background-position: 0 -40px;
		}