@charset "utf-8";

body {
	margin: 0;
	overflow:hidden;
}

.container {
	width: 1820px;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 65px;
	height: 965px;
	background:url(images/backgrounds/gameback.jpg);
	overflow: hidden;	
}

.container_scores {
	width: 1820px;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 65px;
	height: 965px;
	background:url(images/backgrounds/game_scores_1920.jpg);
	overflow: hidden;	
	color: #FFFFFF;
}

.container_small {
	width: 1240px;
	height: 969px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 35px;	
	background:url(images/backgrounds/gameback_1280.jpg);
	overflow: hidden;	
	clear: both;
}

.container_really_small {
	width: 984px;
	height: 723px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 35px;	
	background:url(images/backgrounds/gameback_1024.jpg);
	overflow: hidden;	
}

.gamearea {
	float: left;
	width: 1280px;
	height: 965px;
}

.gamearea_small {
	float: left;
	width: 720px;
	height: 969px;	
}

.gamearea_really_small {
	width: 984px;
	height: 723px;	
}

.sidebar {
	float: right;
	width: 500px;
	height: 980px;	
}

.sidebar_small {
	float: right;
	width: 500px;
	height: 969px;	
	text-align: center;
}

.logo {
	width: 500px;
	height: 250px;
}

.logo_small {
	width: 500px;
	height: 250px;
}

.sidebar_break {
	height: 15px;
}

.adspace {
	height: 500px;
	/*padding: 10px;*/
	text-align:center;
	font-size: 40px;
	font-weight: bold;
	color: #000;
}

.adspace_small {
	height: 600px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #000;

}

.teamtrivia_logo {
	height: 98px;
}

.teamtrivia_logo_small {
	height: 78px;
}

.rounded {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-radius:20px;		
}

.not_rounded {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
