div.normal{
	height: 227px;
	background: #101010;
}
div.player{
	height: 495px;
	background: url(../images/player_bg.jpg) repeat-y 0px 0px;
	text-align: center;
	display: block;
	padding-top: 0px;
}
#feature_player{
	display:block;
	position:absolute;
	top: 114px;
	width:952px;
	height:491px;
	margin-left:34px;
}
.tech_scroll{
	background: #f4f4f4;
	width: 200px;
	font-size: 0.8em;
	padding: 0px;
	color: #515151;
	line-height: 1.5em;
}
.contact_scroll {
	background: #f4f4f4;
	width: 170px;
	font-size: 0.8em;
	padding: 15px;
	color: #515151;
	line-height: 1.5em;
}
.tech_scroll ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.tech_scroll a {
	color: #515151;
	text-decoration: none;
}
.tech_scroll a:hover {
	text-decoration: underline;
}
.tech_scroll li {
	display: block;
	border-bottom: 5px solid #FFFFFF;
	padding: 5px 10px;
}
