html
{
  margin: 0;
  padding: 0;
  font: normal normal normal 10pt verdana, geneva, sans-serif;
}

body
{
  margin: 0;
  padding: 0;
  background: #e5e5e5;
}

div#world
{
  background: white url(immagini/body_l.gif) top left repeat-y;
  /* margin: 30px 30px 0px 30px; */
  margin: 30px auto;
  width: 900px;
}

div#container
{
  background: transparent url(immagini/body_r.gif) top right repeat-y;
}

div#head
{
  background: url(immagini/top.gif) top left no-repeat;
}

div#other
{
  background: transparent url(immagini/top_r.gif) top right no-repeat;
  height: 17px;
}

div#logo
{
  position: relative;
  margin: 0px 17px 0px 17px;
  height: 180px;
  background: transparent url(immagini/my_bg.jpg) right top no-repeat;
  overflow: hidden;
}

div#logo a
{
  position: absolute;
  top: 50px;
  left: 40px;
  display: block;
  width: 280px;
  height: 80px;
}

#logo_here
{
  display: block;
  width: 100%;
  height: 100%;
  background: url(immagini/my_logo.jpg) left top no-repeat;
  cursor: pointer;
}

#logo_here span
{
  display: none;
  visibility: hidden;
}

div#links
{
  margin: 0px 17px 0px 17px;
  border-top: 4px solid #336699;
  background: url(immagini/link_bg.gif) bottom left repeat-x;
}

div#links ul
{
  margin: 0;
  padding: 0;
  list-style: none;
  height: 30px;
}

div#links ul li
{
  margin: 0;
  padding: 0px 10px 0px 10px;
  float: left;
  height: 100%;
  list-style: none;
}

div#links ul li.selected
{
  background: url(immagini/link_selected.gif) bottom left repeat-x;
}

div#links ul li a
{
  display: block;
  margin-top: 7px;
  padding-left: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #888;
}

div#links ul li.selected a
{
  color: #222;
}

div#links ul li.lnk_home a
{
  background: url(immagini/go-home.gif) left top no-repeat;
}

div#links ul li.lnk_gallery a
{
  background: url(immagini/camera-photo.png) left top no-repeat;
}

div#links ul li.lnk_login a
{
  background: url(immagini/key.gif) left top no-repeat;
}

div#welcome
{
  margin: 3px 17px;
  padding: 2px 10px;
  background: #f0f0f0;
  text-align: right;
  color: #444;
}

div#welcome span
{
  font-weight: bold;
}

div#body
{
  margin: 10px 17px 0px 17px;
  background: #fff url(immagini/divnav_bg.gif) right top repeat-y;
  height: auto !important;
  height: 300px;
}

div#foot
{
  clear: right;
  background: transparent url(immagini/footer.gif) left top no-repeat;
}

div#foot div
{
  height: 40px;
  background: transparent url(immagini/foot_r.gif) right top no-repeat;
}

div#foot span
{
  display: none;
  visibility: hidden;
}

