@charset "utf-8";

@font-face {
	font-family: spl;
	src: url('../wf/spl.otf') format("opentype");
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background-color: #ffffff;
}

body {
	text-align: center;
	font-family: spl;
	font-size: 1.8em;
}

div#wrapper {
	margin: 0 auto;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -154px;
}

h1 {
	color: #008b9c;
	border: solid 3px #008b9c;
	padding: 0.5em 1em;
}