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

body {			
	}
	
#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;
	}

#szoveg {
	width: 480px;
	text-align: justify;
	margin-left: 180px;
	margin-top: -105px;
	font-size: 20px;
	}

#szoveg2 {
	width: 650px;
	text-align: justify;
	position: absolute;
	margin-left: 15px;
	margin-top: 45px;
	font-size: 20px;
	}

#szoveg3 {
	margin-top: 400px;
	margin-left: 532px;
	font-size: 20px;
	}	
	
.break {
	width: 100%;
	height: 20px;
	}
	
#kep {
	background-image: url("../Pictures/main.png");
	height: 100px;
	width: 150px;
	margin-left: 15px;
	margin-top: 20px;
	border-radius: 15px;
	border: solid 2px;
	border-color: #c9c9c9;
	}

p,h1 {
	color: white;
	font-family: RotisSerifTS, Lucida Calligraphy, Times New Roman;
	}
