html {
	background: url(body_bg.png) center center, linear-gradient(to bottom, #2E5590 0%,#9BBDE0 100%);
	background-repeat: repeat-x;
	height: 100%;
}

body {
	background-color: transparent;
	background-image: url(body_bg_lines.png);
}

.t-primary-bgcolor {
	background-color: #333;
}

a {
	color: #2E5590;
}

.header-wrapper {
	background-image: url(header_bg.png);
	min-height: 196px;
}

.header__logo {
	padding-top: 20px;
}