@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

h1 {
	margin: 10px;
}

#statement {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	/* [disabled]margin-top: 10px; */
	/* [disabled]background-color: #000; */
	/* [disabled]margin: 10; */
	padding: 5px;
	display: inline-block;
	/* [disabled]border: 1px solid #636; */
	margin-bottom: 20px;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-color: #CC0;
	padding: 2px 10px 2px 10px;
	border: 1px solid #333;
	margin: 1px;
	/* [disabled]margin-top: 2px; */
	/* [disabled]position: relative; */
	/* [disabled]top: 4px; */
	display: inline-block;

}

a:hover {
	background-color: #060;
	border: 1px solid #734;
	color: #FFF;
}

.hovertext {
	position:absolute;
	top:-9999px;
	/* [disabled]left:120px; */
	/* [disabled]right:0px; */
	/* [disabled]margin:auto; */
	color: #F9F;
	border: 1px solid #333;
	background-color: #303;
	padding: 10px;
}

.group {
}

#container {
	/* [disabled]background-image:url(images/spbackground.png); */
	width: 100%;
	height: 100%;
	vertical-align: middle;
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	text-align: center;
	width: 800px;
	height: 600px;
	border: 1px solid #333;
	padding: 0px;
	background-color: #F90;
}
#logo {
	position: relative;
	margin: 40px;
	
}
#onion {
	left: 20px;
	bottom: 20px;
	position: absolute;
}

#onion:hover {
	bottom: 21px;
}

#onion:hover + #oniontext{
	/* [disabled]background-color: #FFF; */
	top: 500px;
}

#oniontext {
	left:125px;
}

#bee {
	left: 20px;
	top: 20px;
	position: absolute;
}

#bee:hover {
	top: 19px;	
}

#bee:hover + #beetext{
	top:120px;	
}

#beetext {
	left:30px;	
}



#flamingo {
	right: 20px;
	top: 20px;
	position: absolute;
}

#flamingo:hover {
	top: 19px;	
}

#flamingo:hover + #flamingotext {
	top: 50px;	
}

#flamingotext {
	right: 100px;
	top: -9999px;	
}

#mind {
	right: 20px;
	bottom: 20px;
	position: absolute;
}

#mind:hover {
	bottom: 21px;	
}

#mind:hover + #mindtext{
	top:460px;	
}

#mindtext {
	right:90px;	
}

#creature {
	position:absolute;
	width:200px;
	bottom:30px;
	left:0px;
	right:0px;
	margin:auto;
	background-color: transparent;
	border: 0px;
}
