html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body{
	background: url('bg.jpg');
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3b71ca;
        text-shadow: 0 1px 0 #0e1c29;
	text-align: left;/*IE5.x,IE6*/
}
body>#container {
	height: auto;
	min-height: 100%;
}

/*CONTENITORE*/

#container{
	height: 100%;
	width: 900px;
	margin: 0px auto;
	text-align: left; /*IE5.x,IE6*/
	position: relative; /*Permette l'allineamento degli oggetti rispetto al container*/
}

/*INTESTAZIONE*/
#header{
	background: url('site.jpg') no-repeat;
	height: 600px;
        width: 900px;
	margin: 0;
	padding: 0;
}

a#facebook
{
	display: block; /* TEST */
	position: absolute;
	top: 0px;
	left: 262px;
	width: 82px;
	height: 22px;
	z-index: 1;
}

a#blog
{
	display: block; /* TEST */
	position: absolute;
	top: 0px;
	left: 372px;
	width: 72px;
	height: 22px;
	z-index: 1;
}

a#mail
{
	display: block; /* TEST */
	position: absolute;
	top: 0px;
	left: 468px;
	width: 55px;
	height: 22px;
	z-index: 1;
}

a#deviantart
{
	display: block; /* TEST */
	position: absolute;
	top: 0px;
	left: 546px;
	width: 93px;
	height: 22px;
	z-index: 1;
}

#twitter_div {
  width: 540px;
  height: 34;
  display: inline;
  text-align: left;
  position: absolute;
  top: 58px;
  left: 161px;
  z-index: 1;
}

#twitter_div li {
  font-size: 12px;
  line-height: 1.3em;
  color: #3b71ca;
  text-align: left;
  display: block;
  width: 540px;

}

/*LINK*/
a {text-decoration: none; font-family: Tahoma; font-size: 11px; color: #2656a5;}
a:visited {text-decoration: none; color: #2656a5;}
a:hover {text-decoration: none; color: #1c468b;}
/*LINK*/
