.myButton {
	background-color:red;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:30px;
	border:1px solid #FBDC07;
	display:inline-block;
	cursor:pointer;
	color:#12110F;
	font-family:verdana;
	font-size:35px;
	font-weight:bold;
	padding:2px 50px;
	text-decoration:none;
        box-shadow: 0px 10px 14px -7px rgb(0, 0, 0);
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FBDC07), color-stop(1, #FBDC07));
	background:-moz-linear-gradient(top, #FBDC07 0%, #FBDC07 0%);
	background:-webkit-linear-gradient(top, #FBDC07 0%, #FBDC07 0%);
	background:-o-linear-gradient(top, #FBDC07 0%, #FBDC07 0%);
	background:-ms-linear-gradient(top, #FBDC07 0%, #FBDC07 0%);
	background:linear-gradient(to bottom, #FBDC07 0%, #FBDC07 0%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc2510', endColorstr='#FBDC07',GradientType=0);
	background-color:#dc2510;
}
.myButton:active {
	position:relative;
	top:1px;
}

#footer{height: 60px; min-width: 100%; top center repeat-x;}
#menu-footer, #menu ul{margin: 0; padding: 0; list-style: none;}
#menu-footer{margin: 0px 0 5px 0; }
#menu-footer li{display: inline-block; padding: 0 5px; border-left: 1px solid #DBDBDB;}
#menu-footer li:first-child{border: none;}
#menu-footer li a{color: #fff;}
body{
background: url(https://imgur.com/EkijVQS.png) fixed no-repeat top center;background-size:100% 100%;
}