*{
	margin: 0;
	padding: 0;
}

html, body {
	color: white;
	font-family: sans-serif;
	font-size: 1em;
	height: 66px;
	width: 970px;
}

ft-default {
	height: 66px;
	width: 970px;
	position: absolute;
}

#container {
	height: 66px;
	width: 970px;
	position: absolute;
	background-image:url('HP_Gateway_970x66.jpg');
	background-size: contain;
}

#cta {
	position: absolute;
	bottom: 16px;
	right: 88px;
	padding: 10px 17px;
	font-size: 14px;
	background: #00b389;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#cta:hover {
	background:#FF8D6D;
}