* {
  margin:0;
  padding:0;
}

html,
body {
  height:100%;
}

body {
  background-color:#E4D6B8;
  background:url(../images/bg.jpg) repeat left;
}

#all {
  position:relative;
  min-height:100%;

  margin:0 auto;
}

* html #all {
  height:100%;
}
  
#content {
  position:relative;
}

img {                       
  vertical-align: top;      /* IE */
  border: none;
}                           

img a {
  border: none;
}

#footer {
  position: relative;
  width:100%;
  clear:both;
  bottom:0;
  margin-left:auto;
  margin-right:auto;
}

#SpyLog a {
	border:none;
}

#LiveInternet a {
	border:none;
}
