html
{
  margin: 0;
  padding: 0;
}

body
{
  margin: 0;
  padding: 0;
  background: #838383 url(immagini/blog/bg.jpg) repeat-x;
}

#world
{
  width: 900px;
  margin: 0px auto;
  background: url(immagini/blog/body_bg.jpg) repeat-y;
}

#clearworld
{
  clear: both;
}

#container
{
  position: relative;
}

#head
{
  height: 380px;
  background: url(immagini/blog/newyorkwithmycat.jpg) 0px 80px no-repeat;
  /*background: url(immagini/blog/header_xmas2009.jpg) 0px 80px no-repeat;*/
}

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

#head h3
{
  position: absolute;
  top: 360px !important;
  top: 380px;
  right: 20px;
  
  color: white;
}

#welcome
{
  display: none;
  visibility: hidden;
}

#logo a
{
  width: 270px;
  height: 150px;
  
  position: absolute;
  top: 110px;
  left: 30px;
  background: url(immagini/blog/new_logo_nyc2.jpg) no-repeat;
}

#links
{
  position: absolute;
  top: 0;
  left: -2px;
  width: 900px;
  background: url(immagini/blog/links_l.jpg) top left no-repeat;
}

#links ul
{
  margin: 0px 0px 0px 30px;
  padding: 0;
  
  width: 874px;
  
  list-style: none;
  background: url(immagini/blog/links_r.jpg) top right no-repeat;
  height: 80px;
}

#links li
{
  padding-top: 8px;
  margin-right: 25px;
  float: left;
  list-style: none;
  
  background: url(immagini/blog/links_bg.jpg) top left repeat-x;
}

#links li a
{
  font: normal normal normal 10pt arial;
  color: black;
  text-decoration: none;
}

#links li.lnk_feed
{
  background: url(immagini/icons/feed.gif) 5px 10px no-repeat;
  padding-left: 25px;
  font-weight: bold;
}

#links li a:hover
{
  color: #eee;
}

#body
{
  padding: 1px;
}

#welcome
{
  display: none;
  visibility: hidden;
}

#foot
{
	clear: both;
	background: url(immagini/blog/foot.jpg) top center no-repeat;
	height: 120px;
}

#foot div
{
	padding: 70px 0px 0px 0px;
	color: #a0a0a0;
	text-align: center;
	font: normal normal normal 9pt verdana;
}
