@charset "UTF-8";
body {
	font-family: 'Oswald', sans-serif;
	color:rgb(81,55,41);
	scrollbar-face-color:rgb(35,20,6);
	scrollbar-3dlight-color:#000;
	scrollbar-highlight-color:#F90;
	scrollbar-shadow-color:#630;
	scrollbar-track-color:#000;
	scrollbar-arrow-color:#F90;
	scrollbar-dark-shadow-color:#000;
}
::-webkit-scrollbar {width:12px; height:12px; background-color:#F90}
::-webkit-scrollbar-button {height:12px; background-color:#F90;}
::-webkit-scrollbar-track {background-color:#000;}
::-webkit-scrollbar-track-piece {background-color:#000;}
::-webkit-scrollbar-thumb {height:10px; background-color:rgb(70,40,12);}
::-webkit-scrollbar-corner {background-color:#000;}
::-webkit-resizer {background-color:#F90;}
::-webkit-scrollbar-button:vertical:increment {
    background-image: url(../../images/scroll-arrow_down.png);
}
::-webkit-scrollbar-button:vertical:decrement {
    background-image: url(../../images/scroll-arrow_up.png);
}
.EULA {
  	position:relative; 
  	background-color:rgb(39,35,31);
	width:100%;
	margin-top:15px;
	text-align:center;
	font-size:36px;
	font-weight:bold;
	letter-spacing:12px;
	color:rgb(255,255,255);
}
.EULA2 {
  	position:relative; 
  	width:100%;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	letter-spacing:12px;
	color:rgb(39,35,31);
}
.orangetext {
	position:relative;
	width:100%;
	margin-top:25px;
	text-align:justify;
	font-weight:400;
	font-size:20px;
	line-height:22px;
	color:rgb(255,80,0);
}
.blacktext {
	position:relative;
	width:100%;
	margin-top:25px;
	text-align:justify;
	font-weight:300;
	font-size:20px;
	line-height:22px;
	color:rgb(39,35,31);
}
.blackbutton {
	background-color:rgb(39,35,31); 
	border-color:rgb(39,35,31); 
	width:150px; 
	cursor:pointer; 
	border-radius:4px; 
	color:#FFFFFF; 
	height:35px; 
	font-size:20px;
	text-align:center;
}