* {
	margin: 0px; 
	padding: 0px;
	overflow: auto;
	}

body {
	}

::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}	

#container {
	background-color: #22222e;
	height: 594px;
	width: 694px;
	border-radius: 15px;
	border: solid 3px;
	border-color: #c9c9c9;
	}	

#head {
	margin-top: 10px;
	text-align: center;
	font-family: RotisSerifTS, Lucida Calligraphy, Times New Roman;
	}


h1, h3, li {
	font-family: RotisSerifTS, Lucida Calligraphy, Times New Roman;
	color: white;
	}
	
h3 {
	font-weight: bold;
	}
	
li {
	margin-left: 10px;
	}
	
#kep {
	background-image: url("../Pictures/img2.jpg");
	height: 294px;
	width: 330px;
	margin-top: 20px;
	margin-left: 325px;
	border-radius: 15px;
	border: solid 2px;
	border-color: #c9c9c9;
	position: fixed;
	}
	
.referencia {
	margin-bottom: 10px;
	width: 300px;
	margin-left: 15px;
	}
	
#tartalom {
	margin-top: 20px;
	}