* {
	text-align: center;
}

img a: {
	text-decoration: none;
}

a:link {
	color: black;
}

a:visited {
	color: black;
}

.answer {
	visibility: hidden;
}

body {
	background: url(images/stripes.jpg) repeat fixed;
}

font.hiragana {
	font-size: 36px;
}

font.kanji {
	font-size: 72px;
}

.naviButton {
	margin: 1%;
}

#footer {
	display: block;
	margin: auto;
	width: 50%;
}

#header {
	display: block;
	margin: auto;
	width: 40%;
}

#main {
	display: block;
	margin: 1% auto;
	width: 80%;
}

#navigation {
	text-align:center;
	margin: auto;
	width: auto;
}

#word {
	background-image: url(images/wotm.png);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 99px;
	margin: 0 auto;
	border: thin solid black;
	padding-top: 5px;
	width: 404px;
}