#tn {
	height: 15px;
	width: 900px;
	margin-top: 275px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333;
	margin-left: 27px;
}
#tn_images {
	height: 107px;
	width: 950px;
	margin-top: 10px;
	color: #333;
	float: left;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
	padding-left: 21px;
}
#video {
	height: 185px;
	width: 275px;
	margin-left: 463px;
	margin-top: 126px;
	background-color: #CCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: center;
	padding-top: 0px;
}

body {
	background-image: url(images/gen_bkg.png);
	background-repeat: no-repeat;
}

:link {
	text-decoration: none;
	color: #ccc
	}
A:visited {
	text-decoration: none;
	color: #ccc
	}
A:active {
	color: #ccc;
	text-decoration: none
	}
A:hover {text-decoration: underline; color: #ccc;
}