@charset "utf-8";
/* CSS Document */

.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #054a09), color-stop(1, #175713));
	background:-moz-linear-gradient(top, #009F12 50%, black 100%);
	background:-webkit-linear-gradient(top, #009F12 50%, black 100%);
	background:-o-linear-gradient(top, #009F12 50%, black 100%);
	background:-ms-linear-gradient(top, #009F12 50%, black 100%);
	background:linear-gradient(to bottom, black 30%, #009F12 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='gold', endColorstr='#175713',GradientType=0);
	background-color:#ea0105;
	box-shadow: 0 0 15px 3px white;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:7px;
	border:1px solid white;
	display:inline-block;
	cursor:pointer;
	color:white;
	font-family:Arial;
	font-size:50px;
	font-weight:bold;
	padding:15px 60px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00E568), color-stop(1, #054a09));
	background:-moz-linear-gradient(top, #00E568 5%, black 100%);
	background:-webkit-linear-gradient(top, ##00E568 5%, black 100%);
	background:-o-linear-gradient(top, #00E568 5%, black 100%);
	background:-ms-linear-gradient(top, #00E568 5%, black 100%);
	background:linear-gradient(to bottom, #00E568 5%, black 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#175713', endColorstr='#054a09',GradientType=0);
	background-color:#175713;
	box-shadow: 0px 10px 14px -7px rgb(255, 255, 255);
}
.myButton:active {
	position:relative;
	top:1px;
}

body {
background: black url(../files/background-greenblack.jpg) fixed no-repeat top center;background-size:100% 100%;

}@charset "utf-8";
/* CSS Document */

