BODY, HTML {
}

A, A:Hover{
	color: #fcdc32;
}

UL{
	margin: 0; padding: 0;
	list-style: none;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

#pagewrapper{
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	background-color: #0e131c;
}
/*
#playarea {
	position: fixed;
	top: 0%;
	left: 0%;
}*/

#gameframe {
	position: fixed;
}

iframe.noScrolling{
	width: 100%;
	height: 100%;
	overflow: hidden;
}