html
{
	overflow:					hidden;
}

body
{
	background-color:			#ffffff;
	text-align:					center;
	padding:					0px;
	margin:						0px;
	overflow:					hidden;
	font:						10px Arial Black;
}

#base_credit
{
	position:					absolute;
	bottom:						5px;
	left:						50%;
	right:						50%;
	width:						56px;
	height:						15px;
	background-image:			url(./byEDPi.png);
	z-index:					5;
}

.mainMenu
{
	background:					transparent;
	font:						13px Arial Black;
	color:						#000000;
	height:						25px;
}

.regularText
{
	font:						11px Arial;
	color:						#666666;
	display:					inline;
}

#leftBackground
{
	background-image:			url(./leftBackground.png);
	background-position:		left top;
	position:					fixed;
	width:						100px;
	height:						100%;
	left:						0px;
	top:						0px;
	z-index:					0;
}

#rightBackground
{
	background-image:			url(./rightBackground.png);
	background-position:		right top;
	position:					fixed;
	width:						100px;
	height:						100%;
	right:						0px;
	top:						0px;
	z-index:					0;
}

#base_logo2
{
	position:					absolute;
	left:						110px;
	top:						6px;
	width:						296px;
	height:						77px;
	z-index:					5;
}

#base_menu2
{
	position:					absolute;
	left:						100px;
	right:						100px;
	top:						90px;
	bottom:						0px;
	height:						69px;
	background-image:			url(./revolution_r2_c8.png);
	z-index:					15;
}

#base_title2
{
	position:					absolute;
	top:						70px;
	right:						102px;
	width:						113px;
	height:						18px;
	background-image:			url(./masterServer.png);
	z-index:					0;
}

#content
{
	font:						12px Arial;
	position:					absolute;
	background-color:			#ffffff;
	background-position:		center;
	background-image:			url(./centerBackground.png);
	top:						115px;
	right:						100px;
	left:						100px;
	bottom:						0px;
	z-index:					9;
	overflow:					auto;
	text-align:					left;
	padding:					75px;
}

#base_credit2
{
	background-image:			url(./byEDPi.png);
	position:					fixed;
	bottom:						5px;
	right:						10px;
	width:						56px;
	height:						15px;
	z-index:					15;
	cursor:						pointer;
}

.otherLinkTitle
{
	font:						16px Arial Black;
}

.link
{
	font:						12px Arial;
	color:						#000000;
}

.link:hover
{
	text-decoration:			none;
}

.logoImage
{
	border-width:				0px;
	float:						left;
	margin-bottom:				15px;
}

.otherLinkTitle
{
	font:						16px Arial Black;
	color:						#000000;
	text-decoration:			none;
}

.alert
{
	font:						10px Arial;
	color:						#cc0000;
}

.alertLink
{
	font:						10px Arial;
	color:						#cc0000;
}

.alertLink:hover
{
	text-decoration:			none;
}