@charset "utf-8";

/* Keret és alapbeállítások */

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #000000;
	overflow: hidden;
}

#frame {
	width: 100%;
	height: 100%;
	background: url('images/nbktech_under.jpg') center center;
}
