a:link    {text-decoration: none; color: black;}
a:visited {text-decoration: none; color: black;}
a:hover   {text-decoration: none; color: black;}

#telaio{
	overflow: hidden;
	width: 100%;
	height: 700px;
	padding:0%;
	border: 0px;
	margin: 0%;
}
#testata{	
	position: relative;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	top: 30px;
	width: 650px;
	height: 103px;
	margin: auto;
}
table{
margin:auto;
}
td{
	width:300px;
	padding-left: 10px;
	padding-right: 10px;
}
#prodotti {
	padding-top: 20px;
	width: 800px;
	height: 190px;
	margin: auto;
}
#amplifiers,#dss,#cdplayers,#accessories{
	background-repeat: no-repeat;	
	width:180px;
	height: 180px;
}
#amplifiers{
	background-image: url(images/amplifiers.jpg);
}
#dss{
	background-image: url(images/dss.jpg);
}
#cdplayers{
	background-image: url(images/cdplayers.jpg);
}
#accessories{
	background-image: url(images/accessories.jpg);
}

#menu{
	position: relative;
	top: 140px;
	left:20px;
	width: 270px;
	height: 200px;
	text-align: center;
}
#news,#download,#dealers,#people,#blacknote{
	background-repeat: no-repeat;
	width: 240px;
	height: 30px;
}
#blacknote{
	background-image: url(images/blacknote.jpg);
}
#people{
	background-image: url(images/people.jpg);
}
#download{
	background-image: url(images/download.jpg);
}
#news{
	background-image: url(images/news.jpg);
}
#dealers{
	background-image: url(images/dealers.jpg);
}
#brochure{
	background-image: url(images/brochure.jpg);
	background-repeat: no-repeat;
	width: 240px;
	height: 72px;	
}
#underhead{
	position: relative;
	top: -170px;
	width:240px;
	margin: auto;
}

#about{
	position: relative;
	float:right;
	margin-right: 30px;
	top:-80px;	
	width: 400px;
	text-align:right;
}
img{
	border: none;
}
a.mail:link{
	color: white;
}
a.mail:visited{
	color: white;
}
a.mail:hover{
	color: red;
}
body {
	padding: 0px;
	margin: 0px;
	border: 0px;
	color:white;
	font-family:  "BankGothic Lt BT", Verdana, Arial;
	font-size: 14px;
	background-image:url(images/sfondo.jpg);
}