/*
   Rome Journal stylesheet
*/


img
{
  border: 0;
}

img#logo
{
  position: absolute;
  left: 300px;
  top: 100px;

}

img#books
{
  position: relative;
  left: 150px;
  top: 210px;

}

img#movies
{
  position: relative;
  left: 100px;
  top: 160px;

}

img#apartments
{
  position: relative;
  left: 150px;
  top: 250px;

}

img#restaurants
{
  position: absolute;
  left: 550px;
  top: 200px;

}


a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

ul#list
{
  position: relative;
  left: 50px;
  top: 250px;

}