#all {
 text-align: right;
 margin: 0px auto;
 background: url(img/home_page_main.jpg) no-repeat scroll 50% 0 transparent;
 min-height: 780px;
}

#bg_outer {
  background: none;
}

.footer {
  background:none;
}

#all .header {
  height: 230px;
}

.player {
	width:290px;
	float:left;
	height:200px;
	margin:30px 0px 0px 50px;
}

.intro {
	float:right;
	width:350px;
	margin:30px 50px 0px 0px;
	padding:20px;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	color:#FFF;
	background:url(img/ts.png) repeat;
	_background:none; /** to Disable IE6 **/
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/ts.png'); /** IE6 **/
}

.intro p {padding:7px 0px;}