body {
  background: #f0f0f0;
  color: #000000;
  font-size: 62.5%;
}

img {
  border-style: none;
}

.t {background: url(images/t.gif) 0 0 repeat-x; width: 640px;}
.b {background: url(images/b.gif) 0 100% repeat-x}
.l {background: url(images/l.gif) 0 0 repeat-y}
.r {background: url(images/r.gif) 100% 0 repeat-y}
.bl {background: url(images/bl.gif) 0 100% no-repeat}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat;
  padding-bottom: 8px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;}
  
#container {		
  margin:0 auto auto;
  min-height:640px;
  position:relative;
  width:1000px;
  top: 12px;
  left: 15px;
}

#page {
  background: url(images/background.gif) 20px 0 repeat-y;
}

#info {
  margin-left: 20px;
  margin-top: -250px;
  margin-bottom: 10px;
  width: 240px;
  background: transparent;
  font-size: 1.2em;
  line-height: 1.6em;
  font-family: Georgia;
  text-align: justify;
  color: #0066ff;
}

#feeds {
  position: absolute;
  left: 360px;
  top: 280px;
  width: 240px;
}

#feeds a {
  text-decoration: none;
}

#feeds a:hover {
  text-decoration: underline;
}

#feeds a:visited {
  color: #0066ff;
}

#feeds h2 {
  font-size: 1.2em;
  font-family: 'Lucida Grande';
  text-align: right;
  color: #ff3399;
  margin-top: 40px;
  margin-bottom: 5px;
}

#feeds h3 {
  font-size: 1.0em;
  font-family: 'Lucida Grande';
  font-weight: normal;
  text-align: right;
  color: #999999;
  margin-top: 5px;
  margin-bottom: 10px;
}

#feed {
  font-size: 1.2em;
  line-height: 1.6em;
  font-family: Georgia;
  text-align: justify;
  color: #0066ff;
}

#buttons {
  position: absolute;
  left: 690px;
  top: 20px;
}

#buttons a {
  font-size: 1.4em;
  font-family: Georgia;
  text-align: left;
  color: #999999;
  text-decoration: none;
}

#buttons a:hover {
  text-decoration: underline;
}

#buttons a:visited {
  color: #999999;
}
