body {
  background-image: url(../img/background_llnd.jpg); 
  background-repeat: repeat-x,y;
  font-family: verdana, ariel, tahoma, univers;
  font-size: 1em;
}

* html body {
  overflow: hidden;
}

#root_cont {
  width: 976px;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  background-color: #FFFFFF;
  padding: 5px 5px 5px 5px;
  border: 4px solid gray;
}

#header {
	height: 60px;
	width: 975px;
}

#container {
  padding-left: 0px;
  padding-right: 0px;
  border: 0px solid black;
}

#container a {
  text-decoration: none;
}

#container .column {
  position: relative;
  float: left;
  text-decoration: none;
  border: 0px solid yellow;
}

#right {
  width: 190px;
  padding: 2px 0px;
  height: auto;
  background: #ffffff;
  margin-right: -192px;
}

#footer {
  width: 80%;
  margin: 0px auto;
  clear: both;
  height: 2px;
  padding: 2px 10px 2px 10px;
  border-top: 0px solid blue;
}

#footer_bg {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding: 2px 10px 2px 10px;
  border-top: 1px solid blue;
}

#center {
  padding: 0px 0px 0px 0px;
  width: 99%;
  height: auto;
  border: 0px solid blue;
}

#center_mid {
  padding: 0px;
  width: auto;
  height: auto;
  margin: 20px 10px;
  border: 1px solid maroon;
}
