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

body { 
	background-image: url(/images/BKG/black.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #000000;
	font-size: 11px;
	color: #444444; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}
.images {
	border-style: solid;
	border-color: #525252;
	border-width: 2px 2px;
}
.images:hover {
	border-style: solid;
	border-color: #f79400;
	border-width: 2px 2px;
}

#container {
	width: 957px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#top {
	position:relative;
	margin: 0px;
	width: 957px;
	height: 114px;
	border: 0px;
}
#box {
	position:relative;
	background-image: url(/images/stili/latin-lover/latin-lover2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/*background-color: #000000;
	background-attachment: fixed;*/
	margin-top: 114;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 957px;
	height: 424px;
	border: 0;
}
#menu {
	/*position:relative;*/
	background-image: url(../images/BKG/bg-menu.png);
	margin-top: 229px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 957px;
	height: 240px;
	border: 0px;
}

.bianco { 
	font-size: 11px;
	font-weight: regular; 
	color: #ffffff; 
	/*TEXT-ALIGN: justify; */
	text-decoration: none;
	}

.arancio { 
	font-size: 11px;
	font-weight: bold; 
	color: #f79400; 
	/*TEXT-ALIGN: justify; */
	text-decoration: none;
	}
A.arancio {
	color: #f79400;
	text-decoration: underline;
	}
A.arancio:hover {
	color: #f79400;
	text-decoration: none;
	}