html {
  
  height: 100%;
  margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	text-align:center;
}
#fxContainer {
	text-shadow: 0px 0px #878787;
	background-color: #000;
	position: absolute;
	padding-top: 0px;
	left: 0;
	z-index: 999;
	width: 100%;
}

#fxTarget { 
	color: #a9a9a9; 
	background-color: #333333; 
	padding-top: 0;
	margin: 0;
	width: 100%;
	position: relative;
	top: 0;
	z-index: 10;
	height: 0;
	overflow: hidden;
background: repeat-x bottom;

}

#fxPadding {
	visibility: hidden;
	padding: 0 45px;
}

#fxShadow {
	position: relative;
	width: 100%;
	height: 6px;
	overflow: hidden;
	z-index: 20;
	

}

#fxTrigger {
	position: relative;
	cursor: pointer;
}

#fxTab {
	position: relative;
	bottom: 1px;
	margin:0 auto;
	text-align: center;
	height: 25px;
	line-height: 20px;
	font-weight: normal;
	width: 80px;
	z-index: 21;
	background: url(../images/top_panel.png) no-repeat 0 0;

}

#fxTab a:link,
#fxTab a:visited,
#fxContainer a:link,
#fxContainer a:visited {
	z-index: 100;
	color: #666;

}

#fxTab a:hover {
	text-decoration: none;
	color: #ccc;

}

#fxContainer {
	height: 0;
}

span#fxTrigger {
	position: relative;
	z-index: 300;
	cursor: pointer;
}

#fxShadow {
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	color: #535353;
	background: none;
}

.wrapper{
margin:0 auto;
text-align:center
}
