html, body {
	height: 100%;
}
body {
	text-align: center;
	background-color: #eeeeee;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: black;
}
#content a:link{
	text-decoration: none;
}
#content a:hover {
	text-decoration:underline;
}
#content {
	position: relative;
	z-index: 2;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	font-size: 16pt;
}
.answer {
	display: inline-block;
	margin-top: 20px;
	font-weight: bold;
	font-size: 120pt;
}
.answerBookends {
	max-height: 116px;
	height: auto;
}
.extra {
	position: fixed;
	background-color: #333333;
	color: #eeeeee;
	top: 100%;		
	right: 100%;
}
.smallbox {
	width: 30px;
	height: 30px;
	
	z-index: 4;
}
.divbutt {	
	line-height: 32px;
	font-weight: bold;
	font-size: 20pt;
	cursor: pointer;
	
	border:	#eeeeee 4px solid
}
.info-overlay {	
	width: 100%;
	height: 100%;	
	font-size: 20pt;
	
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
		
	top: 0px;
	left: 100%;
	z-index: 1;
}
.info-msg-top {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 20px;
}
.info-msg-bottom {
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 20px;
}
.info-msg-middle {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 30%;
	font-size: 100pt;
	font-weight: bold;
}
.show.info-overlay {
	left: 0px;
	opacity: 0.9;
	z-index: 3;
}
.show.divbutt {
	top: 10px;		
	right: 10px;
}
.show.toggleMusic {
	top: 50px;
}
.show.next {
	top: 90px;
}
.show.github {
	right: 50px;
}
.show.catsuki {
	right: 90px;
}
.show.catoi {
	right: 130px;
}
.show.rero {
	right: 170px;
}
.show.polman {
	right: 210px;
}
.reloading-rss {
	position: fixed;
	top: 10px;
	left: 10px;
}
.reloading-rss, .reloading-rss-image {
	width: 50px;
	height: 50px;
}
#permalinks {
	position: fixed;
	top: 10px;		
	left: 10px;	
	text-align: left;
	font-size: 12pt;
}
#permalinks > a {
	color: white;
}