@font-face {
    font-family: 'SoulMarker';
    src: url('/font/SoulMarker.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'StayWriter';
    src: url('/font/StayWriter.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
	background: url(/img/bg.jpg) repeat;
	font: large 'StayWriter';
}

#top {
	opacity: .8;
	font-weight: bold;
}

#header {
	font-family: 'StayWriter';
	text-align: center;
	font-weight: bold;
}

.title {
	font-family: 'StayWriter';
	font-weight: bold;
}

hr#head {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 50%;
}

#footnote {
	font-style: italic;
	font-variant: small-caps;
}

#label_name {
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#label_comment {
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}