html {
	overflow-y: scroll;
}

body {
	background-color:	#2b2f34 ;  /* #1C1C1A,  #121211, legit harmaa > #2b2f34 */
	font-family:		Arial;	
	max-width: 			1000px;
	margin: auto;
	background: url("pics/bg1.png"), url("dark1.png");
	background-position: center top, center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: 	#2c3335;
}





.changelog {
	
	font-style: italic;
	font-size:		15px;

}



.tweak {
	xbackground-color: 	#313d47;
	xborder: 1px solid #4d75b3;
	padding: 15px;
	margin-bottom: 30px;
	background-color:rgba(50,70,50,0.5);
	border: 1px solid black;
}






.italix {
	font-style: italic;
	font-size:	15px;

}



.content {
	font-size:		16px;
	padding:		10px;
	padding-right:	20px;
	padding-left:	20px;
	color:			#DCEBDD ;  /* vanha vaalea #DCEBDD  */
	margin-top: 30px;
	letter-spacing:	0.2px;	
	width:		    autopx;
	background-color:rgba(25,25,25,0.9);
	xbackground-color: 	#2c3335; /* #304345 */
	xbox-shadow: 5px 5px 5px #1a1a1a;
	border: 1px solid black;
}

h1 {
	
	font-size: 		50px;
	margin-bottom:  10px;
	font-family:	Arial;
}

h2 {
	font-size: 		30px;
	margin-bottom:  10px;
	font-family:	Arial;
	
}

h3 {
	font-size: 		20px;
	margin-bottom:	3px;
	margin-top: 0px;
}




.alablokki {
	color: #8D9196;
	font-size: 11px;
	padding: 3px;
	background-color:rgba(25,25,25,0.9);
	margin-left: 50%;
	margin-right: 50%;
}

	





