@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	no-repeat center center fixed;
	background-size: cover;
	webkit-background-size: cover;
	moz-background-size: cover;
	o-background-size: cover;
	margin-top: 0px;
	background-color: black;
}

div.wrapper {
	background-image: url(images/front-todd.png);
	width: 1024px;
	height: 1000px;
	margin: auto;
	position: relative;
	text-align: left;
	opacity: 1;
}

div.header {
	margin: auto;
	margin-top: 0;
	width: 1024px;
	height: 90px;
	float: right;
	background-color: black;
	opacity: 0.8;
}

div.top-box {
	margin: auto;
	margin-top: 100px;
	width: 850px;
	height: 310px;
	position: relative;
	text-align: left;
	float: right;
	opacity: 1;
}

div.bottom-box {
	margin: auto;
	width: 850px;
	height: 330px;
	position: relative;
	text-align: left;
	float: right;
}

div.facebook {
	margin: auto;
	width: 55px;
	height: 55px;
	position: relative;
	float: right;
}

/* -------------------------TEXT LINKS------------------------- */

.txt12-silver {
	font-size: 12px;
	font-family: arial;
	color: #e7e7e7;
}

a.txt12-silver {
	font-size: 12px;
	font-family: arial;
	color: #e7e7e7;
	text-decoration: none;
}

a:hover.txt12-silver {
	font-size: 12px;
	font-family: arial;
	color: #f40021;
	text-decoration: none;
}


