/* Matt Marshak Player Style Sheet - 6/24/2014 */



/* PLAYER  */
html { 
	background: url('images/BGplayer_pg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:#b7b9d2;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;	
}



.playerBG {
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	width: 1000px;
	height:40px;
	background: url('images/playerBG.jpg');
	
}
.playerContainer {
	width: 390px;
	height: 25px;
	float: none;
	left: 0px;
	top: 0px;
	padding-left: 40px;
	padding-top: 3px;
	padding-right: 10px;
}
