html {
	background: #000;
}

body {
	background: #000 url(http://assets.tagboard.com/58/vcu-bg.png) 50% 42px repeat-x;
	background-size: auto auto;
}

#masthead {
	margin: 0 auto 20px;
	padding: 20px 0 10px;
	background: url(http://assets.tagboard.com/58/vcu-logo.png) 100% 10px no-repeat;
}

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

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

#masthead .tb-tweet a {
	color: #000;
	text-shadow: none;
	background: #FFCA00;
}

.tab-content {
	background: url(http://assets.tagboard.com/58/vcu-bodybg.png);
}

@media (max-width: 979px) {
	#masthead {
		background-size: 30% auto;
		background-position: 100% 25px;
	}
}

@media (max-width: 767px) {
	#masthead {
		padding: 60px 20px 10px;
		background-size: 50% auto;
		background-position: 50% 15px;
	}
}