body {
	height: 100%;
	background: url(../_resources/movie.gif) no-repeat center center fixed; 
	background-size: cover;
	font-family: 'Chivo', sans-serif;
}

#contact_steff {
position: absolute;
left: 50%;
top: 50%;
margin-left: -122px;
margin-top: -20px;
padding: 20px 8px 0px 8px;
border: 4px solid #FFF;
height: 40px;
width: 228px;
font-size: 1.2em;
text-decoration: none;
color: #FFF;
transition: all 0.1s linear;
text-align: center;

}

#contact_steff:hover,
#contact_steff:active {
border: 4px solid #ff7373;
background-color: #ff7373;
color: #FFF;
transition: all 0.1s linear;
}