body {
	font-family: 'Open Sans', sans-serif;
	background-image: url("images/knoxvilleskyline1.jpg");
	margin: 0;
	}

a {
	text-decoration: none;
	}

a:link {
	color: white;
	}

a:visited {
	color: white;
	}

a:hover {
	color: #a41e22;
	}

a:active {
	color: #a41e22;
	}

img {
	max-width: 100%;
	height: auto;
	}

td {
	margin:0;
	padding:0;
	}
	
#header {
	width: 100%;
	}

#footer {
	background-color: rgba(0,0,0,0.5);
	color: white;
	font-family: 'Open Sans', sans-serif; 
	font-size: 11px; 
	width: 100%; 
	height: 140px; 
	position: absolute; 
	bottom: 0; 
	border-collapse: collapse; 
	z-index: 10;
	}

#callout {
	color: white;
	font-size: 20px;
	}

#callout a {
	color: white;
	}

#myBtn1 {
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 40px;
	border: none;
	border-radius: 10px;
	background: rgba(0,0,0,0.3);
	color: #fff;
	cursor: pointer;
	}
	
#myBtn2 {
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 35px;
	border: none;
	border-radius: 10px;
	background: rgba(0,0,0,0.3);
	color: #fff;
	cursor: pointer;
	}

#myBtn1:hover {
	background: rgba(164,30,34,0.5);
}

#myBtn2:hover {
	background: rgba(164,30,34,0.5);
}