body {
	font-family: sans-serif;
}

#container, #footer {
	margin: 20px;
	border-color: #7d7d7d;
	border-style: dotted;
}

#infotext {
	min-height: 265px;
	top: 0px;
	left: 0px;
	padding: 20px;
	margin-right: 410px;
	background-color: #d7d7d7;
	position: relative;
}
#questionbox {
	width: 279px;
	margin: 40px;
	position: absolute;
	padding: 20px;
	border-color: #ebebeb;
	border-style: solid;
	font-family: sans-serif;
	background-color: #80c6ff;
	right: 30px;
}

#fatcat, #starvingcat, #noresponse {
	border-width: 2px;
	padding: 5px;
	border-style: solid;
	border-color: white;
}

#fatcat {
	background-color: #c89dff;
}

#starvingcat {
	background-color: #ff645e;
}

#noresponse {
	background-color: #99ccff;
}

.wronginfo {
	color: red;
	font-size: .7em;
	position:relative;
	padding-left:14px;
}

.navigation a {
	color: black;
	font-size: .9em;
	padding-top: 10px;
	float: right;
}

.buttons {
	border-style: none;}

#footer {
	color: #d7d7d7;
	padding: 20px;
	}
	
#header {
	color:black;
	padding-left: 20px;}

#comment {
	margin-top: -20px;
	font-size: .6em;
}	

a {
	color: #80c6ff
	}
	
#overlay[id] {
	position: fixed;}
		
#overlay {
	background-color:#000000;
	height:100%;
	left:0pt;
	opacity:0.8;
	position:absolute;
	top:0pt;
	width:100%;
	z-index:90;
	}
	
#popup {
	max-width:500px;
	background:white none repeat scroll 0%;
	border:10px solid #d7d7d7;
	margin:0pt auto;
	padding:20px;
	left:25%;
	position:absolute;
	top:25%;
	z-index:99;
	}