html { height: 100%; }

body {
  background: #000000 url(../images/bg_wall.jpg) top center;
  height:100%; 
  
}

#wrap_m {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  position: relative;
  
}

#wrap_c {

  width: 800px;
  height:100%;
  background: url(../images/logo_large.png) top center no-repeat;
  position:relative;
  z-index:2;

}

#wrap_e {

  width: 800px;
  background: url(../images/border_top.png) top center no-repeat;
  position:relative;
  top: 190px;
  z-index:3;

}

#bottom_e {

  width: 800px;
  height:10px;
  background: url(../images/hr.png) top center no-repeat;
  position:relative;
  z-index:2;

}

#wrap_e img {}
#wrap_e a {display:block; width:186px; min-height:100px; position:relative; top: 55px;}



#wrap_d {

  width: 750px;
  text-align:left;
  background: url(../images/border_lc.png) top left no-repeat;
  position:relative;
  top: 140px;
  z-index:2;

}

#disclaimer_r span { padding: 40px 50px; display:block; }

#disclaimer_r {

  background: url(../images/border_rc.png) top right no-repeat;

}

#top_d {
  height: 252px;
  background: url(../images/ivy.png) top center repeat-x;
  width: 100%;
  position: fixed;
  top: 0px;
  left:0px;
  z-index:1;
}

/*  Fixed layer */
#extra_design {
  height: 221px;
  background: url(../images/jamie_roses.png) top center repeat-x;
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: -20px;
  z-index: 11;
}

#footer_s {
	
	height:300px;

}