#centerwrap
{
	width: 924px;
	height: 645px;
	margin: 0px auto;
	position: relative;
	background-image: url('/images/frontend/background.jpg');
}
/* commented backslash hack  - invisible to IE 5 \*/
#centerwrap
{
	position: absolute;
	margin: 0 0 0 -462px;
	left: 50%;
}
/* end hack */

body
{
	background-color: #e7e7e7;
}
a
{
	color: #4A99EF;
}
#footer
{
	position: absolute;
	top: 625px;
	height: 20px;
	width: 100%;
	text-align: center;
	line-height: 20px;
	color: #dec077;
}
#footer a
{
	color: #dec077;
	font-size: 11px;
}
.button
{
	height: 20px;
}
#menu
{
	position: absolute;
	top: 166px;
	left: 20px;
	width: 800px;
	height: 28px;
}
.champMenu
{
	width: 111px;
	height: 30px;
	float: left;
	color: white;
	text-align:center;
	font-weight: bold;
	font-size: 13px;
	list-style-type: none;
	line-height: 30px;
}
.champMenu a
{
	display: block;
	width: 111px;
	height: 30px;
	color: white;
}
.champMenu a:hover
{
	color: blue;
	background-color: white;
	filter:alpha(opacity=30);
    -moz-opacity:0.3;
    opacity: 0.3;
}
.champMenuActive a
{
	color: blue;
	background-color: white;
	filter:alpha(opacity=30);
    -moz-opacity:0.3;
    opacity: 0.3;
}

.gtab div
{
	display: none;
}

.gtab div div
{
	display: block;
}

#logout
{
	width: 182px;
	height: 26px;
	line-height: 26px;
	position: absolute;
	left: 692px;
	cursor: pointer;
	top: 1px;
	
}	



