* {
	margin: 0;
	padding: 0;
}
body {
	background: url('/img/background.jpg') no-repeat center center fixed;
	color: #FFF;
	font-family:'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16pt;
}
a {
	/*color: #FFF;*/
	text-decoration: none;
}
.menu {
	width: 570px;
	margin: 30px auto;
}
.menu a {
	width: 180px;
	line-height: 180px;
	display: block;
	margin: 4px;
	text-align: center;
	float:left;
	opacity: 1;
}
.yellow { background: #fdd22a; }
.blue { background: #009fe3; }
.purple { background: #574696; }
.orange { background: #ee7202; }
.pink { background: #e61c67; }
.green { background: #96c11f; }


/*login resz*/
h2 {
	margin: 100px auto 70px auto;
	text-align: center;
}

#kozep p {
	text-align: center;
	margin: 50px auto;
}

#kozep table {
	text-align: center;
	margin: 20px auto;
}

#kozep table td:first-child {
	text-align: right;
	padding: 5px;
}

#kozep table td:last-child {
	padding: 5px;
}
