.german {
	background-attachment: scroll;
	background-image: url(../../images/flag-ger.gif);
	background-repeat: no-repeat;
	background-position:right top;
}
.english {
	background-attachment: scroll;
	background-image: url(../../images/flag-uk.gif);
	background-repeat: no-repeat;
	background-position:right top;
}
.hungarian {
	background-attachment: scroll;
	background-image: url(../../images/flag-hu.gif);
	background-repeat: no-repeat;
	background-position:right top;
}
.slovakian {
	background-attachment: scroll;
	background-image: url(../../images/flag-sk.gif);
	background-repeat: no-repeat;
	background-position:right top;
}