body { /* egész oldal */
	background-color: #000000; /* egész oldal háttere */
	color: #D6D7D9; /* egész oldal betuszíne */
	font-family: Trebuchet MS; /* betutípus */*
	text-align: center; /* szövegelrendezés */
}

#wrapper { /* az egész oldal, ehhez nem kell nyúlni */
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border-collapse: collapse;
}

#top { /* fejléc része */
	height: 500px; /* fejléced magassága */
	background-image: url(http://black-magic.gportal.hu/portal/black-magic/image/gallery/1376428787_97.png); /* fejléc url-je */
	width: 1140px; /* fejléc szélessége */
}

#center {
	background-color: transparent;
	width: 1012px; /* milyen széles legyen a galéria */
}
