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

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

#bbb{
}

#category_list{
  margin-top:15px;
  width:1100px;
  height:75px;}

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

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

#tile_list{
 background-color:red;
 width:1100px;
 height:700px;}

.tile{
  font-size:11.5px;
  float:left;
  width:200px;
  height:220px;
  background-color:#ffffff;
  margin:0px 20px 20px 0px;}

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

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

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

#topics a{
  display:block;}

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