* {
  font-family: Arial;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
	background-color: #FFFFFF;
	background-image: url('./../images/body_background.png');
	background-repeat: repeat-x;

	text-align: center;

	color: #404040;
}

.main {
  text-align: center;

  margin-left: auto;
  margin-right: auto;

  width: 868px;

  height: 100%;

  border-collapse: collapse;
}

.bg_shadow_l {
	background-image: url('./../images/bg_shadow_lb.png');
	background-repeat: repeat-y;
	width: 14px;
	height: 19px;
}

.bg_shadow_r {
	background-image: url('./../images/bg_shadow_rb.png');
	background-repeat: repeat-y;
	width: 14px;
	height: 19px;
}

.footer {
	color: #8b8b8d;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #8b8b8d;
	text-decoration: none;
}

.footer a:hover {
	color: #8b8b8d;
	text-decoration: underline;
}