body {
  font-family: 'Open Sans', sans-serif;
  color: #454242;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  height: 100%;
}

/* sticky footer *******/
* {
  margin: 0;
}
html, body {
  height: 100%;
}

IMG {
  border: none;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
}

#footer, .push {
  height: 90px;
}

/* sticky footer *******/

/* header --------------- */
#header {
  position: fixed; 
  top: 0px; 
  left:0px; 
  z-index: 100;
  background-color: black;
  width: 100%;
  height: 90px;
}
/* --------------- header  */

/* footer --------------- */
#footer {
  z-index: 100;
  
  position: relative;
  top: 800px;
  
  background-color: #F26323;
  width: 100%;
  margin-top: -60px;
  position: relative;
  min-width:1024px;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}

#footer > DIV {
  margin: 0 auto;
  width: 160px;
  padding-top: 20px;
}

/* ---------------- footer */