/* html */
* { 
	padding:0; margin:0; 
}

a { 
	outline:none; 
}

a img {
	border:none;
}

html {
	height:100%;
 	min-height:100%;
	background: url(../images/index-bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	min-height:100%;
	color:#183540;
	font-family: 'Source Sans Pro', sans-serif;
}

/* copy block */
.copy-block {
	position:absolute;
	left:11%;
	top:14%;
	width:510px;
	font-weight:600;
	text-align:center;
}

.copy-block h1 {
	color:#662f24;
	font-weight:600;
	font-size:24px;
}

.copy-block p {
	font-size:20px;
	line-height:28px;
}

.copy-block p.small {
	font-size:14px;
}

.copy-block a {
	color:#183540;
	text-decoration:none;
}

.logo-tcf {
	margin:0 auto;
	padding-top:10px;
}

/* 3 key links */
.links {
	padding-top:35px;
}

.links li {
	display:inline-block;
	padding:0 15px;
	list-style:none;
	border-right:1px solid #a31c00;
}

.links li:first-child {
	padding-left:0;
}

.links li:last-child {
	border-right:none;
	padding-right:0;
}

.links li a {
	color:#a31c00;
	text-transform:uppercase;
	text-decoration:none;
}

.links li a:hover {
	color:#662f24;
}