.button.site-color {
	color: #fff;
	background: #60BA3E; 
	background: -moz-linear-gradient(top,  #60BA3E 0%, #348F0D 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60BA3E), color-stop(100%,#348F0D)); 
	background: -webkit-linear-gradient(top,  #60BA3E 0%,#348F0D 100%); 
	background: -o-linear-gradient(top,  #60BA3E 0%,#348F0D 100%); 
	background: -ms-linear-gradient(top,  #60BA3E 0%,#348F0D 100%); 
	background: linear-gradient(top,  #60BA3E 0%,#348F0D 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60BA3E', endColorstr='#348F0D',GradientType=0 );
}

.site_logo a {
	height: 95px;
}