body {
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	background-color: #525152;
	/* background-color: #5C5C5C; */
}

.shadow_left {
  width: 20px;
	background-image: url('../images/shadow_left_repeat.png');
}

.shadow_left div {
  width: 20px;
  height: 500px;
	background-image: url('../images/shadow_left.png');
}

.shadow_right {
  width: 20px;
	background-image: url('../images/shadow_right_repeat.png');
}

.shadow_right div {
  width: 20px;
  height: 500px;
	background-image: url('../images/shadow_right.png');
}

.shadow_bottom {
  height: 20px;
	background-image: url('../images/shadow_bottom.png');
}

.footer {
	width: 611px;
  height: 24px;
  color: #FFFFFF;
  background-image: url('../images/footer.jpg');
  background-repeat: repeat-x;
}