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

body {
	width: 100%;
	height: 100%;

	margin: 0px;

	text-align: center;

	background-image: url('./../images/gradient.png');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

select, textarea {
  background-color: #dfeaf2;

  border: none;

  width: 175px;

  font-size: 10px;
}

.input_text {
  background-color: #dfeaf2;

  border: none;

  width: 175px;
  height: 15px;

  font-size: 10px;
}

.main {
  text-align: left;

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

  width: 1000px;
  height: 100%;
}

.menu_container {
  position: absolute;
  z-index: 5;

  top: 0;

  width: 1000px;
  height: 36px;

  background-image: url('./../images/menu_bg.png');
  background-repeat: no-repeat;
  background-position: top center;
}

.page_header {
  width: 517px;
  height: 142px;

  background-repeat: no-repeat;

  padding: 20px 0 0 50px;
}

.page_header a {
  color: #FFFFFF !important;
}

.image_left {
  position: absolute;

  width: 298px;
  height: 571px;

  margin: 100px 0 0 -275px;

  background-repeat: no-repeat;
}

.image_right {
  position: absolute;
  z-index: 1;

  width: 332px;
  height: 531px;

  margin: 100px 0 0 750px;

  background-repeat: no-repeat;
}

.image {
  position: absolute;
  z-index: 2;

  min-height: 706px;

  margin: 0 0 0 475px;

  bottom: 1px;

  background-repeat: no-repeat;
}

.content {
  width: 455px;

  margin: 35px 55px;
}
