html{
	background-image: url(beetle.gif);
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@font-face {
	font-family: amble;
	src: url('MATADOR.TTF');
}
#tyrrell{
	background:rgba(255,255,255, 0.5);
	border: 5px solid;
	border-color: #FFFFFF;
	
	padding-right: 50px;
	padding-left: 50px;
	height: 100px;
	line-height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	

	font-family: amble;
	font-size: 50px;
	color: #000000;
	text-align: center;
}
