body{
	background-image: url('body_bg.gif');
	background-repeat: repeat-x;
	background-color: #ffffe4;
	margin: 0px;
	font-family: arial;
}
#keret{
	width: 800px;
	margin: auto;
}
#keret .szoveg{
	width: 727px;
	margin: auto;
	font-size: 12px;
	color: #6d0e0f;
}
#also{
	background-image: url('also_bg.gif');
	height: 206px;
}
#also .szoveg{
	padding-top: 35px;
	width: 727px;
	margin: auto;
	font-size: 12px;
	color: white;
}
#also .szoveg a{
	color: white;
}
.header{
	font-size: 17px;
	font-weight: bold;
	color: #b76308;
	margin-bottom: 15px;
	margin-top: 10px;
}

