body 
{
	text-align:center;
	margin:0;

}

body, html 
{
   background-color: #000; 
	background-image: url(img/pattern.jpg);
	background-repeat: repeat;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3em;
	height:100%;
  
}

#container
{
	margin: 0 auto;
 	position:relative;
}

a img
{
	border:0;
}

 

a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}


a:hover
{
 	text-decoration: underline;

}

p
{
	color: #fff;
}
 

.titolo
{
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}