 html, body {
        height: 100%;
        margin: 0px;
        overflow: hidden;
        background-color: #000;
        color: #fff;
    }
	#wrapper {
		width: 100%;
		height: 100%;
		margin: 0px;
	}
	#wrapper2 {
	    margin-right: 350px;
		height: 100%;
	}
	#chat {
		float: right;
		width: 350px;
		height: 100%;
	}
	#chatgg {
		width: 100%;
		height: 100%;
	}
	#players {
		position: absolute;
		top: 0px;
		bottom: 0px;
		right: 350px;
		left: 0px;
	}
	#players iframe {
		width: 100%;
		height: 100%;
	}
	#wrapper2:hover #pls {
		display: inline-block;
	}
	#wrapper2:hover #togglechat {
		display: inline-block;
	}
	#player_list {
		z-index: 900;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		position: absolute;
		top: 0;
		height: 40px;
	}
	#togglechat {
		opacity: 0.45;
		z-index: 900;
		padding: 10px;
		cursor: pointer;
		text-align: center;
		position: absolute;
		right: 350px;
		top:50%;
		background-color: #444;
		display: none;
		font-weight: bolder;
		font-size: 16pt;
	}

	#togglechat:hover {
		background-color: #666;
	}
	#pls {
		z-index: 900;
		display: none;
		margin-right: 350px;
	}
	#pls div {
		opacity: 0.45;
		display: inline-block;
		cursor: pointer;
		background-color: #444;
		width: 150px;
		text-align: center;
		font-size: 20px;
		padding: 0.4em 0 0.4em;
	}
	#pls div:hover {
		background-color: #666;
	}
	#pls div.selected {
		background-color: #888;

	}
	iframe {
		border: 0;
	}