#bg_header {
	position: absolute;
	top: 0px;
	width: 100%;
	background-image: url('images/bg_header.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	height: 82px;
	z-index: 1;
}

#bg_black_bar {
	position: absolute;
	width: 100%;
	top: 82px;
	background-color: #000000;
	background-image: url('images/bg_black_bar.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	height: 294px;
	z-index: 1;
}

#bg_red_bar {
	position: absolute;
	width: 100%;
	top: 376px;
	background-image: url('images/bg_red_bar.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	height: 244px;
	z-index: 1;
}

#bg_footer {
	position: relative;
	width: 100%;
	clear: both;
	background-image: url('images/bg_footer.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	text-align: center;
	height: 58px;
	z-index: 1;
}

#main {
  position: relative;
  background: transparent;
  width: 800px;
  margin: 0 auto;
  text-align: left;
  z-index: 2;
}

#top {
  position: relative;
  z-index: 3;
}

#bottom {
  position: relative;
  z-index: 3;
}

#header {
  position: relative;
  height: 82px;
  z-index: 4;
}

#black_bar {
  position: relative;
  height: 294px;
  z-index: 4;
}

#red_bar {
  position: relative;
  height: 244px;
  z-index: 4;
}

#content {
  position: relative;
  background-color: #F5F5F5;
  z-index: 4;
}

#box_01 {
	position: relative;
	float: left;
	width: 200px;
	background-image: url('images/bg_box_01.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 244px;
	z-index: 1;
}

#box_02 {
	position: relative;
	float: left;
	width: 200px;
	background-image: url('images/bg_box_02.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 244px;
	z-index: 1;
}

#box_03 {
	position: relative;
	float: left;
	width: 200px;
	background-image: url('images/bg_box_03.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 244px;
	z-index: 1;
}

#box_04 {
	position: relative;
	float: left;
	width: 200px;
	background-image: url('images/bg_box_04.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 244px;
	z-index: 1;
}

.red_box {
	font-size: 11px;
	padding-top: 60px;
	padding-left: 15px;
	padding-right: 12px;
	color: #F5F5F5;
}

#text {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 800px;
  z-index: 5;
}

#buttons {
	float: right;
	margin-top: 10px;
	margin-left: 30px;
	text-align: right;
}