.center {
	text-align: center;
}

.loekutec {
	color: #F00;
	font-family: "Arial Black", sans-serif;
	font-style: italic;
}

body {
	background-image: linear-gradient(rgb(255,255,255) 500px, rgb(220,220,220));
}

main {
	background-image: url(../images/banner_html.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
}

footer {
	margin-top: 100px;
}

.aFooter {
	color: black;
	text-decoration: none;
}
