html, body {
	width:  100%;
	height: 100%;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial;
}

p.noCanvas {
	color: #999999;
	font-size: 24px;
	text-align: center;
	margin-top: 150px; 	
}

#world {
	position: absolute; 
	z-index: 0;
}

#wanda {
	position: absolute; 
	z-index: 10;
}

#info {
	position: absolute; 
	margin: 10px;
	padding: 10px;
	padding-left: 10px;
	z-index: 20;
	background-color: rgba(200,200,200,.5);
	border-radius: 13px; 
	-webkit-border-radius: 13px; 
	font-size: 12px;
	z-index: 50;
}

#infoHeading {
	font-size: 14px;
	font-weight: bold;
	padding-right: 25px;
}

#infoHeading  img{
	padding-right: 10px;	
	vertical-align: middle;
}

.infoCollapsed{
	background-image: url(../img/plus.png);
	background-position: right;
	background-repeat: no-repeat;
}

.infoExpanded{
	background-image: url(../img/minus.png);
	background-position: right;
	background-repeat: no-repeat;
}

#infoContent {
	padding-top: 10px;
}

#info p.howto {
	font-weight: bold;
}

#info a {
	color: #666666;
	font-size: 13px;
}

#info a:hover {
	color: #FF6600;
}

#fortune {
	position: absolute;
	color: #999999;
	font-size: 18px;
	text-align: center;
	width: 80%;
	margin: 0 10%;
	z-index: 100;
}

#fortune_twitter_button {
	/*background-image:url('../img/twitter.png');*/
	font-size: 10px;
	color: #333333;
}