body
{
	margin: 0px;
	background-attachment:fixed;
}
#DisplayDIV
{
	position: relative;
}
#maincontainer
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 246px;
	padding-right: 182px;
}
#copyrighter
{
	position: absolute;
	width: 100%;
	bottom: 0px;
	color:#000000;
	font-size: 9px;
	font-family: 'Times New Roman';
	text-align: center;
	z-index: 250;
}
#gamelistdiv
{
	position: fixed;
	right: 10px;
	width: 128px;
	height: 100%;
	z-index: 475;
}
#gamelistbg
{
	position: absolute;
	top: 74px;
	bottom: 0px;
	width: 100%;
	opacity: 0.5;
	z-index: 200;
}
#gamelistcont
{
	position: absolute;
	top: 10px;
	width: 100%;
	z-index: 250;
}
.gameitem
{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
img.noborder
{
	border-style: none;
}
#headerdiv
{
	position: fixed;
	right: 124px;
	top: 42px;
	height: 64px;
	overflow: hidden;
	z-index: 475;
}
#headercont
{
	position: absolute;
	top: 0px;
	height: 100%;
	z-index: 225;
}
h1
{
	text-indent: 50px;
	margin-top: 13px;
	margin-bottom: 14px;
	height: 37px;
	font-size: 2em;
	font-family: 'Courier New';
	font-style: italic;
	text-align: center;
}
#menulistdiv
{
	position: fixed;
	left: 10px;
	width: 192px;
	height: 100%;
	z-index: 500;
}
#imageborder
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 225;
}
#hugeimage
{
	position: absolute;
	bottom: 25px;
	left: 21px;
	width: 150px;
	height: 150px;
	z-index: 550;
}
#footerdiv
{
	position: fixed;
	left: 171px;
	bottom: 25px;
	height: 150px;
	overflow: hidden;
	z-index: 475;
}
#footercont
{
	position: absolute;
	top: 37px;
	height: 75px;
	z-index: 525;
}
#footerbg
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 13px;
	margin-bottom: 12px;
	height: 50px;
	z-index: 525;
}
.footitem
{
	position: relative;
	padding-left: 25px;
	width: 75px;
	height: 75px;
	float: left;
	z-index: 550;
}
img.foot
{
	cursor: pointer;
}
#menutop
{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 192px;
	height: 96px;
	z-index: 200;
}
#menubottom
{
	position: absolute;
	bottom: 134px;
	left: 0px;
	width: 192px;
	height: 96px;
	z-index: 200;
}
#menucont
{
	position: absolute;
	top: 106px;
	bottom: 230px;
	left: 0px;
	width: 192px;
	z-index: 200;
	overflow: auto;
}
p.menutitle
{
	margin-left: 5px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Times New Roman';
	text-align: left;
	text-indent: 25px;
	cursor: pointer;
}
p.menutitle:hover
{
	text-decoration: underline;
}
p.subitem
{
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Times New Roman';
	text-align: center;
	text-indent: 0px;
	cursor: pointer;
}
p.subitem:hover
{
	text-decoration: underline;
}
#loader
{
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0%;
	left: 50%;
	z-index: 1300;
	margin-left: -20px;
	margin-top: -20px;
	display: none;
}
#screenloader
{
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	z-index: 1300;
	margin-left: -20px;
	margin-top: -20px;
}
#MapDIV
{
	position: fixed;
	top: 10px;
	left: 246px;
	border: 2px solid black;
	right: 182px;
	bottom: 10px;
	overflow: hidden;
	z-index: 5;
}
#MapDisplayDIV
{
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 10;
}
#MapDisplayCANVAS
{
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
	height: 100%;
	width: 100%;
	z-index: 50;
}
#MapMarkerDIV
{
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 15;
}
#MapZoomInIMG
{
	position: absolute;
	top: 12px;
	right: 12px;
	height: 32px;
	width: 32px;
	z-index: 100;
	cursor: pointer;
}
#MapZoomOutIMG
{
	position: absolute;
	top: 44px;
	right: 12px;
	height: 32px;
	width: 32px;
	z-index: 100;
	cursor: pointer;
}
#MapCenterIMG
{
	position: absolute;
	top: 20px;
	right: 44px;
	height: 48px;
	width: 48px;
	z-index: 100;
	cursor: pointer;
}