body {
	background-image:url(wood-paneling-bg.jpg);
	background-size:cover;
	background-color:black;
	background-repeat: no-repeat;
}
.default-container {
	position:relative;
	width:780px;
	margin:0 auto;
}
.tvbox {
	position:relative;
	width:780px;
	margin:0 auto;
}
.tvbox>img {
	width:100%;
}
.tvscreen {	
	position: absolute;
	top:28px;
	left: 50%;
	transform: translateX(-50%);
}

#chatbox {
	width:max-content;
	margin:0 auto;
}

#discordimg {
	margin:15px auto 0 0;
	width:200px;
}

#header-container {
	
}
#header {
	background-color: rgba(0,0,0,.75);
}
#topmenu {
	color:white;
	display:flex;
	flex-wrap:nowrap;
	justify-content:center;
	align-items:center;
	
}
#top-menu li,#top-menu li a  {
	color:white;
	font-weight:bold;
	
}
