﻿body 
{
    
}



button.btn
{
    display: block; width: 100%; height: 24px;  margin: 0 auto;	
	background: #398525; /* old browsers */
	color:White;
	background: -moz-linear-gradient(top, #8DD297 0%, #398525 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8DD297), color-stop(100%,#398525));
}