html,body {
  background-image: url(images/custom/mainpage_bg.gif);
  background-repeat: repeat-x;
  height: 100%;
  background-color: #f7f6f7;
  margin: 0px;
  padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	min-width: 780px;
  border: 0px none;
}
#center-main {
	/*margin: 0px 185px 0px 177px;*/
	overflow: hidden;
	position: relative;
}

/* page container */
#page-container {
  background: url(images/custom/page_container_bg.gif) no-repeat bottom;
  position: relative;
	width:780px;
	margin-right:auto;
	margin-left:auto;
}
#footer { 
  background: #faf9fa url(images/custom/mainpage_footer_bg.gif) repeat-x;
}
#welcome .categories-box {
  background: #f7f6f7;
}
#content-container {
  padding-bottom: 0px !important;
}
#welcome-top-bg {
  text-align: center;
}
#welcome-top-bg img {
  width: 778px;
  height: 11px;
  background: url(images/custom/welcome_box_bottom.gif) repeat-x;
  border-left: #c9d2d9 1px solid;
  border-right: #c9d2d9 1px solid;
}
.cat-box {
  padding-bottom: 20px;
}
.cat-box img {
  margin-bottom: 5px;
  padding: 1px;
  border: 1px solid #969291;
}
