#footer{
  position:absolute;
  top:970px;
  margin-bottom:10px;}

#topics{
  position:absolute;
  top:170px;
  width:1100px;
  height:690px;
  margin-bottom:20px;}

.year{
  display:block;
  width:140px;
  height:30px;
  text-align:center;
  padding-top:10px;
  margin-bottom:35px;
  color:#2c2c2c;
  border:solid 1px #2c2c2c;
  float:left;
  margin-left:10px;}

.year:hover{
  text-decoration:none;
  color:#ffffff;
  background-color:#2c2c2c;}

#selected_year{
  color:#ffffff;
  background-color:#2c2c2c;}

.tile{
  font-size:12px;
  float:left;
  width:240px;
  height:330px;
  background-color:#ffffff;
  margin:0px 35px 15px 0px;}

.tile img{
  width:240px;
  height:200px;}

.tile div{
  color:#2c2c2c;
  line-height:150%;
  width:240px;}

.tile b{
  font-size:11px;}

#topics a{
  display:block;}

.tile div:hover{
  color:#696969;
  text-decoration: underline;}
