html { 
  background: url(6-3.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


    .myButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #252525;
	-webkit-box-shadow: 0 1px 0 rgba(153,153,153,1);
	box-shadow: 0 1px 0 rgba(153,153,153,1);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #252525), color-stop(1, #252525));
	background: -moz-linear-gradient(top, #252525 5%, #252525 100%);
	background: -webkit-linear-gradient(top, #252525 5%, #252525 100%);
	background: -o-linear-gradient(top, #252525 5%, #252525 100%);
	background: -ms-linear-gradient(top, #252525 5%, #252525 100%);
	background: linear-gradient(to bottom, #252525 5%, #252525 100%);

        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#252525', endColorstr='#252525',GradientType=0);
	background-color: #252525;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 0px solid #252525;
	display: inline-block;
	color: #8b8b8b;
	font-family: Arial Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: regular;
	padding: 4px 30px;
	text-decoration: none;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
        
    }
    .myButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
        background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
        
        background-color:#f6f6f6;
    }
    .myButton:active {
	position: relative;
	top: 1px;
	font-size: 12px;
    }
.buttons {
	position: relative;
	margin-top: 450px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #999999;
	text-shadow: 1px 1px 1px #000;
}
