html {
	background: #005030;
}

body {
	background: transparent url(http://assets.tagboard.com/159/gocanes-bg.jpg);
	background-size: auto auto;
}

#masthead {
	margin: 0 auto 20px;
	padding: 20px 0 10px;
	background: url(http://assets.tagboard.com/159/u-miami.png) 100% 40px no-repeat;
	background-size: 25% auto;
}

#masthead .tb-title,
#masthead .tb-title a {
	color: #f47321;
	text-shadow: none;
}

#masthead .tb-tweet {
	margin-top: 60px;
	margin-bottom: -20px;
}

#masthead .tb-tweet a {
	background: #f47321;
}


.tab-content {
	background-color: #C4C4C4;
}

@media (max-width: 979px) {
	#masthead {
		background-size: 20% auto;
	}
}

@media (max-width: 767px) {
	#masthead {
		padding: 60px 20px 10px;
		background-position: 50% 20px;
		background-size: 50% auto;
	}
	#masthead .tb-title small {
		display: block;
	}
}