html {
	height:100%;
	padding:0;
	background-color:#e4e4e4; 
}

body {
	margin:0;
	
/*	background-image: url('../images/bg.jpg') ;*/
	position:relative;
	height:100%;
}
 
#wrapper {
	background-image: url('../images/bg.jpg') ;
	width:100%;
	height:100%;
	left:0px;
	position: absolute; 
}

#player {
	width:100%;
	margin:0 auto 0 auto;
	height:100%;
	position:relative;
}
