html {
	background-color: #000000;
	background-image: url("img/bg.jpg");
	background-position:50% 50%;
	background-repeat:no-repeat;
}
	
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#main {
	text-align: center;
	margin:0px auto;
	height: 100%;
	width: 100%;
} 

#player{
	/* border:1px dashed #333; */
	background-image: url("img/player.png");
	background-position:21 -3;
	background-repeat:no-repeat;
	position:absolute;
	top: 50%;
	left: 50%;
	height: 110px;
	width: 348px;
	padding: 20;
	margin-top: 175px;
	margin-left: -184px;
} 

