@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('assets/texgyreadventor-regular-webfont.eot');
    src: url('assets/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/texgyreadventor-regular-webfont.woff') format('woff'),
         url('assets/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('assets/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: TeXGyreAdventorRegular;
	color:white;
	background:black;
}

h1 {
	text-align : center;
	font-weight:normal;
	margin:0;
	letter-spacing: 0.8em;
}

a {
	color:white;
	text-decoration: none;
	letter-spacing: 0.1em;
}

p {
	margin:0;
	text-align : center;

}

div#gallery {
	width: 1000px;
	height: 615px;
	margin:0 auto;
}