@import 'common.css';
@import 'screen.css';
@import 'footer-white.css';

body{
	background:url('images/bg-texture-blue.jpg') repeat;
}


/******************************************
* Main Content Section
*******************************************/
#main-content{
	float:left;
	width:925px;
	background:url(images/bg-main-content-white.jpg) repeat-y;
}
#main-content #content{
	float:left;
	width: 840px;
	background:url(images/play/bg-play-landing.jpg) no-repeat;
}

/*************************
* Play Landing Content
*
**************************/
#play-landing-content{
	float:left;
	width:800px;
	height:510px;
}
#play-landing-title{
	width:320px;
	height:80px;
	margin:25px 0 0 55px;	
}
#play-landing-title h1{
	height:45px;
	margin:0;
	padding:0;
}
#play-landing-theplayers{
	float:left;
	width:225px;
	padding: 50px 0 0 160px;
}
#play-landing-thestudio{
	float:left;
	width:230px;
	padding: 50px 0 0 150px;
}

