html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
 	font: 75% georgia, sans-serif;
	line-height: 1.88889;
  min-width: 850px;
	background: #FFFFFF url(images/blossoms.jpg) no-repeat bottom right;
}

img {
  float: left;
  margin-right: 10px;
}

a {
  text-decoration: none;
  color: #A48F5E;
}

a:hover {
  text-decoration: underline overline;
}


#container {
  background: #FFFF66;
  padding: 0 170px 0 170px;
  margin: 0;
  position: relative;
  background: url(images/bg_top.jpeg) no-repeat left top;
}

#intro{
  background: #556027;
  min-width: 470px;
  width: 100%;
  color: #F9EFCB;
}

#pageHeader{
  background: #7C8653 url(images/grass.jpeg);
  padding-top: 20px;
  height: 77px;
  padding-left: 50px;
  font-size: 18px;
}

#text {
  padding: 0px 10px 10px 10px;
  margin-bottom: 40px;
  background: #EDE14E url(images/risov_paper.jpeg) repeat;
  color: #222420;
  min-width: 470px;
}

#linkList {
  margin-left: 10px;
  padding: 10px;
  width: 130px;
  position: absolute;
  top: 127px;
  right: 10px;
  background: #DBD8BC url(images/paper-bg.jpg) repeat;
  color: #A48F5E;
}

#stat {
  width: 60px;
  height: 25px;
  border: 1px #A48F5E solid;
  margin: auto;
  padding: 0px 1px;
  font-size: 10px;
  line-height: 10px;
}


