
/* begin styles to make sure div set is centered in IE */

html,body {
	margin: 0;
	padding: 0;
}

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

td {
	vertical-align: middle;
	text-align: center;
}


#wrapper {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1224px;;
	height: 562px;
}

/* end styles to make sure div set is centered in IE */

#border_1 {
  width: 1220px;
  height: 560px;
  position: absolute;
  top: 0px;
  z-index: 1;
  border-width: 2px;
  border-style: solid;
  border-color: #bbbbbb;
}

#border_2 {
  width: 1184px;
  height: 475px;
  position: absolute;
  top: 34px;
  left: -2px;
  z-index: 1;
  border-width: 2px;
  border-style: solid;
  border-color: #bbbbbb;
}

#border_3 {
  width: 916px;
  height: 475px;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
  border-width: 2px;
  border-style: solid;
  border-color: #bbbbbb;
}

#pallet {
  width: 950px;
  height: 406px;
  position: absolute;
  top: 22px;
  left: 102px;
  z-index: 2;
  border-width: 0px;
}

#container_1 {
  width: 346px;
  height: 432px;
  position: absolute;
  top: 0px;
  z-index: 2;
  background-color: #6a656b;
}

/*#6a656b;  #6c6968;  #b2b5ac;  #a6422a;*/

#container_2 {
  width: 246px;
  height: 432px;
  position: absolute;
  top: 0px;
  left: 50px;
  z-index: 2;
  background-color: #b2b5ac;
}

#logo {
  position: absolute;
  top: 112px;
  left: 49px;
  width: 150px;
  height: 147p;
  /*
  margin-left: auto;
  margin-right: auto;
  */
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-style: italic;
  font-size: 26px;
  color: #ffffff;
}

#text_footer {
  width: 200px;
  position: absolute;
  left: 510px;
  bottom: 6px;
  /*
  margin-left: auto;
  margin-right: auto;
  */
  text-align: center;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  font-style: bold;
  font-size: 12px;
  color: #6a656b;
}

noscript{
  position: absolute;
  top: -50px;
  left: 300px;
  text-align:center;
  color:red;
  font-size: 18px;
  font-family: arial, sans-serif;
  font-style: bolder;
  z-index:100;
}

#img_main {
  position: absolute;
  top: 0px;
  left: 347px;
  z-index: 2;
  border-width: 0;
  background-color: #958784;
}

#img_main a img{
	text-decoration:none;
	outline:none;
	border:none;
}

#img_main a:hover{
	text-decoration:none;
	outline:none;
	border:none;
}

a{
  color: #6a656b;
  font-family: Helvetica, sans-serif;
  font-style: bold;
  font-size: 12px;
  text-decoration: none;
}

a:hover{
  color: #a6422a;
  font-family: Helvetica, sans-serif;
  font-style: bold;
  font-size: 12px;
  text-decoration: none;
}