#Torso {
	width: 1000px;
	height: 795px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	background: black url(images/found.jpg) no-repeat;
}

#Video {
	position: relative;
	left: 230px;
	top: 320px;
	color: white;
	width: 500px;
	font: .7em Arial, Helvetica, Geneva, sans-serif;
}

#Bodytext {
	position: relative;
	color: white;
	font: .69em Arial, Helvetica, Geneva, sans-serif;
	left: 480px;
	top: 307px;
	width: 365px;
}

a {
	font: .8em Arial, Helvetica, Geneva, sans-serif;
}

a:hover, visited {
	color: #fbffd8;
}

.ivory {
	color: #fbffd8;
}

.blue {
	color: #00a9a8
}

.foundlink {
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: bold;
}

#Footer {
	width: 400px;
	left: 0;
	position: absolute;
	text-align: center;
	text-decoration: underline;
	margin-left: 20px;
	top: 716px;
}