html {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#000;
}
.mainpoe {
	position:relative;
	height: 100%;
	overflow:hidden;
	z-index:0;
}
.poeimage {
	background:#000;
	text-align:center;
	z-index:0;
}
.poefooter {
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin:0;
	width: 100%;
	height: 48px;
	color: #F3DA5E;
	background:transparent;
	font-weight:bold;
	font-style:oblique;
}
.top-box {
	position: absolute;
	left: 0px;
	top: 0px;
	margin:0;
	width: 100%;
	height: 32px;
	color: #fff;
	background:transparent;
	font-weight:bold;
	font-style:oblique;
	z-index:1;
}
#allicons {
	width:100%;
	clear:both;
}
.prev, .next, .spitwww, .twitspit {
	position:absolute;
	width:32px;
	height:32px;
	cursor: pointer;
	border:none;
}
.next {
	right:48%;
	background-image:url(images/nextbttn1.png);
}
.next:hover {
	background-image:url(images/nextbttn2.png);
}
.prev {
	right:52%;
	background-image:url(images/prevbttn1.png);
}
.prev:hover {
	background-image:url(images/prevbttn2.png);
}
.spitwww {
	right:42%;
	background-image:url(images/spwww1.png);
}
.spitwww:hover {
	background-image:url(images/spwww2.png);
}
.twitspit {
	right:38%;
	background-image:url(images/tw1.png);
}
.twitspit:hover {
	background-image:url(images/tw2.png);
}
#helppanel {
	position:absolute;
	bottom:95%;
	left: 99%;
	width:320px;
	height:400px;
	background-image:url(images/helpwind.png);
	transition:1s;
}
#helppanel:hover {
	left: 75%;
	opacity:1;
	transition:1s;
}
.helpy {
	position:absolute;
	width:32px;
	height:32px;
	left: -12%;
	font-size: 42px;
	font-style: normal;
	top: 35%;
}
pre {
	font-size: 10px;
	font-family: "Century Gothic", Arial;
	margin:0;
	transition:1s;
	color:#333;
	padding: 3px 3px 1px 3px;
}
p {
	color:#999;
	font-size: 11px;
	font-family: "Century Gothic", Arial;
	padding: 3px 0 0 15px;
}
.top-box, .poefooter {
transition: .9s;
	opacity:0;
}
.top-box:hover, .poefooter:hover {
	color: #fff;
	background:#282828;
transition: .9s;
	opacity:1;
}
.top-box img {
	position: absolute;
	padding:5px
}
.top-box p {
	position: absolute;
	left:30px;
	width: 80%;
	margin-top: 6px;
	font-family: Arial;
	font-size: 11pt;
}
/* scroller only */
.content {
	overflow:visible;
	position: relative;
	margin: 40px auto;
	height: 640px;
	width:660px;
	z-index:0;
}
