html {
      overflow: -moz-scrollbars-vertical;
  }
* {
	margin: 0;
	padding: 0;
}
body {
	border: 0;
	background-color: #F4F3F1;
	background-image: url(../images/bg_main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.footerWrapper {
	position: fixed;
	bottom: 0;
}
.footerWrapper .footerContent {
	width: 938px;
	height: 50px;
	background-image: url(../images/bg_bot.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
}
#ie_footer{
	height: 0px;
}
