@import url("/templates/global.css");
body {
	background-color: #000;
}

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

a {
	color: #ca3338;
}

.header-wrapper {
	background: url('background-header-wrapper.png') no-repeat top center;
}

.header {
	background: url('background-header.jpg');
	height: 208px;
}

.header__logo {
	padding-top: 40px;
}

.header__contact {
	top: 45px;
}

.container {
	width: 1090px;
}
