@media all
{
#text{
  float:right; position:relative;
  width:375px; height:100%;
}
#date{
  position:absolute; left:0; bottom:0;
}
#event{
  position:absolute; right:0; bottom:0;
}
#content img{
  float:left;
}
#cpy{
  display:none;
}
}