body {
	background-color: #285014;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#container {
	height: 100%;
	width: 100%;
}

#sidebar {
	background-color: #FFF;
	height: 100%;
	width: 240px;
	margin: 0px;
	position: absolute;
	margin-left: 50%;
	left: -450px;
}

#sidebar img {
	margin-left: 15px;
	margin-top: 150px;
	
}

#player {
	position: absolute;
	margin-left: 50%;
	left: -150px;
	margin-top: 10px;

}
