	body
	{
		margin: 0px;
		padding: 0px;
		font-family:sans-serif;
		font-size: 15pt;
		font-weight: 300;
		background: url(./images/background.png);
	}

	p
	{
		color:white;
	}

	h1,h2
	{
		color:white;
	}
	
	a
	{
		text-decoration: none;
		color : white;
		margin:5px;
	}

	a:hover 
	{
		text-decoration : underline;
	}

	#wrapper
	{
		overflow: hidden;
		height: auto;
		width: 700px;
		padding : 10px;
		margin-top:10px;
		margin-bottom:25px;
		background: #cc0000;
		border-bottom: 4px solid #9e1506;		
		-moz-border-radius: 20px 20px 20px 20px; 		
		-webkit-border-radius: 20px 20px 20px 20px; 		
		border-radius: 20px 20px 20px 20px;
		float : none;	
	}
	
	#wrapper-product
	{
		overflow: hidden;
		height: 75px;
		width: 200px;
		background: #FFF;	
		-moz-border-radius: 20px 20px 20px 20px; 		
		-webkit-border-radius: 20px 20px 20px 20px; 		
		border-radius: 20px 20px 20px 20px;
		float : left;
		margin: 5px;	
	}

	#foto
	{
		border-radius: 20px;
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px; 
		behavior: url(PIE/PIE.htc); 
	}

	#testo
	{	
		overflow: hidden;
		width : auto; 	
		height :auto;
		margin: 45px;
		margin-top:10px;
		margin-bottom:30px;
		padding-top: 0px;
		padding-bottom: 0px;		
		background-color : url('./images/background.jpg');	
		-moz-border-radius: 20px 20px 20px 20px; 		
		-webkit-border-radius: 20px 20px 20px 20px; 		
		border-radius: 20px 20px 20px 20px;
		float : none;	
	}



		
	
