BODY {
	color: White;
	font-family: Verdana;
	font-size: smaller;
}

A {
	color: White;
	text-decoration: none;
}

A:HOVER {
	color: White;
	text-decoration: underline;
}

.menu {
	color: White;
	font-size: 10px;
	font-family: Verdana;
}

.overlay { 
	background-color: #000; 
	opacity: .7;
	filter:Alpha(Opacity=70); 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 999;
}
.venduto {
	border: 0px solid #f00;
	background: url('images/x.png') no-repeat;
	padding: 10px;
	width: 930px;
	height: 700px;
	top:22%;
	left:45%;
	position:relative;
	margin:-52px 0 0 -320px;
}

.venduto p{
	margin-top: 150px;
	margin-left: 550px;
	color: #141414;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
