html, body{
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	}
	
#container{
	position:relative;
	width:978px;
	border:1px solid #FFF;
	margin:25px auto 0px auto;
	overflow:hidden;}
	
#bgImg{
	background:url(../img/timetoplay_bg.jpg) no-repeat top left;
	width:978px;
	height:651px;
			display:none;
	}

#footer{
	width:930px;
	margin:10px auto 0px auto;
	color:#FFF;
	font-size:14px;
	text-align:left;
	position:relative;
	padding-left:50px;
	}

#footer span{
	margin-left:20px;
	}

#footer span strong{
	font-weight:normal;
	color:#6ec05e;}
	
	
	#slider{
		position:absolute;
		bottom:0px;
		font-size:13px;
		background:url(../img/slider_bg.png) no-repeat top left;
		height:500px;
		width:263px;
		left: -263px;
		}
		
	#slider #content{
		position:relative;
		width:190px;
		top:20px;
		left:45px;}
	
	#slider strong{ font-size:18px;}
	
 #slider  a{
	 color:#6ec05e;
	 text-decoration:none;
	 font-weight:bold;
	 }