@charset "utf-8";
body {
	background-color: #010101;
	background-attachment: fixed;
	background-image: url('images/background-holes1.png');
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	height: 100%;
}

#tflogo {
	height: 100%;
	text-align: center;
}
#og {
	background-image: url('images/og-car.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 300px;
	width: 300px;
	margin-top: 450px;
	z-index: 1;
	margin-top: -175px;
	position: relative;
}
#neo {
	background-image: url('images/neo-car.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	height: 300px;
	width: 300px;
	margin-top: -150px;
	z-index: 1;
	position: relative;
}
#tflogo #contain {
	text-align: center;
	vertical-align: top;
	background-image: url('images/brushmetal-1.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	height: 480px;
	z-index: 100;
	position: relative;
	width: 500px;
	margin: auto;
}
#tflogo #contain #tfimg {
	z-index: 300;
	top: 50px;
	position: relative;
	left: 25px;
}
#tflogo #contain #tf-og {
	float: left;
	height: 145px;
	width: 200px;
}
#tflogo #contain #tf-neo {
	float: right;
	height: 145px;
	width: 200px;
}
#tflogo #contain #selections {
	width: 450px;
	height: 150px;
	margin-top: -200px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url('images/selections.png');
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	z-index: 1000;
}

#tflogo #tfbottom {
	background-image: url('images/brushmetal-bottom.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 75px;
	z-index: 200;
	position: relative;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333234;
	margin-top: 165px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0px;
}
