#starttop .boxTransparent, #starttop h1 {
	color: white;
}

.btn, a.btn {
background: #000;
background: -moz-linear-gradient(top, #7b7b7b 0%, #000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7b7b7b), color-stop(100%, #000));
background: -webkit-linear-gradient(top, #7b7b7b 0%, #000 100%);
background: -o-linear-gradient(top, #7b7b7b 0%, #000 100%);
background: -ms-linear-gradient(top, #7b7b7b 0%, #000 100%);
background: linear-gradient(to bottom, #70716f 0%, #000 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#7b7b7b', endColorstr = '#000', GradientType = 0);
border-color: #70716f #000 #000;
}
