@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	letter-spacing: 1px;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#testata {
	height: 50px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	height: 50px;
	width: 660px;
	background-image: url(images/logo.gif);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}
.bottoni_top_left {
	width: 150px;
	float: left;
	margin-top: 30px;
	text-transform: uppercase;
}
.bottoni_top_right {
	width: 150px;
	float: right;
	text-align: right;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
}
#foto {
	background-color: #181818;
	height: 580px;
	width: 100%;
	background-image: url(images/abito580.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#link-gallerie {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	text-transform: uppercase;
}
#link-gallerie ul {
	list-style-image: none;
	list-style-type: none;
	display: inline;
}
#link-gallerie li {
	display: block;
	width: 125px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contatti {
	background-color: #181818;
	height: 438px;
	width: 100%;
	text-align: center;
}

