#chatNav, #chatBox, #twitter {
	margin: 5px 0;
	overflow: hidden;
}
#chatNav, #chatBox {
	float: left;
	width: 650px;
}
#twitter {
	float: right;
	width: 300px;
	height: 443px;
}
#chatNav { margin-bottom: 0; }
#chatBox, #chatBox article iframe {
	width: 650px;
	height: 400px;
}
#chatBox {
	margin-top: -5px;
	position: relative;
}
#TwitchTV, #QuakeNet {
	height: 400px;
}

#chatNav ul {
	text-align: right;
}
#chatNav li {
	text-align: center;
	display: inline-block;
	color: hsl(120,80%,42.5%);
	background: hsl(120,81%,15%);
	padding: 5px 15px 10px 15px;
	border-radius: 15px 15px 0 0;
	cursor: pointer;
}
#chatNav li a {
	display: block;
}
#chatNav .selected a {
	margin-top: 5px;
	font-weight: bold;
	font-size: 120%;
}