#all {
 text-align: right;
 margin: 0px auto;
 background: url(../images/home_page_main.png) no-repeat scroll 50% 0 transparent;
 height:1210px;
 position: relative;
 z-index: 1;
 margin-bottom:-120px;
}

#bg_outer {
  background: none;
}

.footer {
  background:none;
}

#all .header {
  height: 230px;
}

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

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

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

/* Cocolani app-only browser notice */
.app-only-card{margin-top:10px;width:270px;min-height:190px;box-sizing:border-box;padding:20px 18px;border-radius:14px;background:rgba(11,35,22,.93);border:2px solid #d8a23c;box-shadow:0 4px 12px rgba(0,0,0,.35);color:#fff;text-align:center;font-family:Arial,Tahoma,sans-serif;}
.app-only-title{font-size:21px;font-weight:700;color:#ffd36a;margin-bottom:12px;}
.app-only-card p{font-size:14px;line-height:1.7;margin:0 0 16px;color:#f6f2e7;}
.app-only-btn{display:inline-block!important;float:none!important;border:0!important;background:#d99317;color:#fff!important;text-decoration:none!important;border-radius:9px;padding:8px 16px!important;font-size:14px!important;font-weight:700!important;}
.app-only-btn:hover{background:#efaa28;color:#fff!important;}
