/* ************************************************************************ */
/*                     STILI GENERALI                                       */
/* ************************************************************************ */
* {
	padding: 0;
	margin: 0; 
}
body {
	font-family: "Lucida Grande", "Trebuchet MS",  Verdana;
	font-size: 11px;
	background-color: #596c55;
	color: #fff;
	line-height: 16px;
	height: 100%;
}

#content{
	position:relative;
	height:560px;
	width:829px;
	margin:0 auto;
	background: url(img/home_bk.jpg) no-repeat;
}

#logo{
	position:absolute;
	top:150px;
	left:50px;
	
}


#magliette{
	position:absolute;
	top:150px;
	right:100px;
}

#link{
	position:absolute;
	top:390px;
	right:95px;
}

#testo{
	position:absolute;
	width:365px;
	top:320px;
	right:80px;
}

a:link { text-decoration: none; color : #ffba00; border: 0px; -moz-outline-style: none;}
a:active { text-decoration: underline; color : #ffba00; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; color : #ffba00; border: 0px; -moz-outline-style: none;}
a:hover	{ text-decoration: underline; color : #ffba00; border: 0px; -moz-outline-style: none;} 
a:focus { outline: none;-moz-outline-style: none;}
strong {color:#cc0000;}



