html, body
{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
#general
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#player1
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
		margin: 0px;
	}