body {
	padding: 0;
	margin: 0;
}
body, html { height: 100%; }

#chiisai-net {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#chiisai-net[id] {
	display: table;
	position: static;
}

#container { /* IE hack */
	position: absolute;
	top: 50%;
}
#container[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#content { /* IE hack */
	position: relative;
	top: -50%;
}

#content {
	text-align: center;
	font-family: sans-serif;
	font-size: 18pt;
}
