h1 {
  background:
    transparent
    url('img/h1.gif')
    no-repeat
    scroll
    top left;
  width:206px;
  height:24px;
  overflow:hidden;
  text-indent: -1000em;
}

.changes {
  margin:1em 0;
  background:
    transparent
    url('img/nowb.gif')
    no-repeat
    scroll
    bottom left;
  padding:0 0 1em 0;
}

img.changes_title {
  margin:0;
  padding:0;
}

img.column_title {
  margin:0;
  padding:0;
}

#now {
  margin:1em 0;
  background:
    transparent
    url('img/nowb.gif')
    no-repeat
    scroll
    bottom left;
  padding:0 0 1em 0;
  min-height:160px;
}

#then {
  margin:1em 0;
  background:
    transparent
    url('img/thenb.gif')
    no-repeat
    scroll
    bottom left;
  padding:0 0 1em 0;
  min-height:160px;
}

#now div,
#then div {
  margin:0 10px;
  padding:0 10px;
}

.item {
  width:8em;
}

table#url_changes, 
table#changes {
  margin:2em;
  background-color:#c0c0c0;
  padding:1px;
  width:35em;
}

table#url_changes th, 
table#changes th {
  margin:0;
  padding:3px;
  background-color:#f0f0f0;
}

table#url_changes td, 
table#changes td {
  margin:0;
  padding:3px;
  background-color:#fefcf6;
}

.now {
  padding:0.5em 0 0 2em;
}

.then {
  background:
    transparent
    url('img/arrow.gif')
    no-repeat
    scroll
    60px 3px;
  padding:25px 0 0.5em 2em;
}
