.page .header h1 a { 
	background:url(/images/header-bg4.png) no-repeat;  
	color:red; 
	display:block; 
	font:18px/22px ImpactRegular, Impact; 
	height:54px; 
	padding: 116px 0 0 32px; 
	letter-spacing: -0.02em; 
	word-spacing: 0.02em; 
	text-decoration:none; 
	text-transform:uppercase;  
	width:679px;
	text-indent:-999em;
	overflow: hidden;

 }
 .button-green1 span, .more span {  
        
	display:block; 
	font:15px ImpactRegular, Impact; 
	height:30px; 
	min-width:73px; 
	width: 250px;
	padding:0px; 
	position:relative;
	text-align:center; 
	text-transform:uppercase; 
	text-decoration: underline;
	text-indent:-999em;
	}
.button-green1 span:after, .more span:after {  
        content: "";
	display:block; 
	font:15px ImpactRegular, Impact; 
	height:30px; 
	min-width:73px; 
	width: 250px;
	padding:0px; 
	text-align:center; 
	text-transform:uppercase; 
	text-decoration: underline;
	text-indent:-999em;
	background:url(/images/more.png) no-repeat center;  
	position:absolute;
	top:0;
	}
