@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
body {
	background-color: #000;
}

span {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.444;
}


img {
	border: none;
}

#Container {
	width: 100%;
	min-height: 700px;
	position: absolute;
	background-image: url(/assets/man-and-hawk.jpg);
	background-repeat: no-repeat;
}

#Title {
	position: absolute;
	width: 800px;
	left: 240px;
	top: 0px;
	z-index: 99;
	text-align: center;
		color:#000
}

#External {
	position: absolute;
	width: 600px;
	left: 340px;
	top: 200px;
	z-index: 99;
	text-align: left;
	color:#FFF
}

#External a {
	color:#FFF
}

#External a:hover {
	color:#FF6
}

