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

body {
	background-color: #000000;
}

#sfondo {
	position:absolute;
	top: 0px;
	left:50%;
	margin-left: -450px;
	width: 900px;
	height: 800px;
	background-image: url(sfondoguns.jpg);
}

#testo {
	position:absolute;
	top: 200px;
	left: 50%;
	margin-left: -22px;
	width: 444px;
	height: 540px;
	color: #FFFFFF;
	overflow:auto;
	font-family:Tahoma, Times New Roman;
	font-size:13px;
}

#spot {
	position: absolute;
	top: 175px;
	left: 50%;
	margin-left: -453px;
	width: 410px;
	height: 275px;
	color: transparent;
	overflow:hidden;
}

.titolo {
	font-size:18px;
	font-weight:bold;
	color:#b57f3e;
}

a {
	color:#b57f3e;
	text-decoration: none;
}

a:hover {
	color:#990000;
}

