/* Reset CSS v1.0 by Eric Meyer | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol,  fieldset, form, label, legend{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
html{
  height:100%;
  }
ol, ul, li{ 
  list-style-type:none;
  margin:0;
  padding:0;
  }
blockquote, q{ 
  quotes:none;
  }
blockquote:before, blockquote:after,
q:before, q:after{  
  content:'';content:none;
  }
:focus{  
  outline:0;
  }
ins{  
  text-decoration:none;
  }
del{  
  text-decoration:line-through;
  }
table{  
  border-collapse:collapse;
  border-spacing:0;
  }

/*specific*/  
body{
background:#fab8b1 url(background1.jpg) repeat-x top center;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:16px;
padding: 0;
margin:0;
height:100%;
text-align:center;
color:#262626;
}

#global{
min-height:100%;
position:relative;
width:1002px;
margin: 0 auto;
background:url(containerback1.jpg) repeat-y top center;
}

#container{
min-height:100%;
position:relative;
margin: 0 auto;
width:1002px;
background:url(container1.jpg) no-repeat top center;
}

#footer{
overflow:hidden;
height:30px;
margin:-45px auto 0 auto;
width:1002px;
position:relative;
bottom:0;
background: url(footer1.jpg) no-repeat top center;
text-align:center;
color:#fff;
font-size:11px;
padding-top:15px;
line-height:15px;
}