@charset "utf-8";
body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
}
@font-face {
        font-family: Razing;
		src: url(font/Razing.eot?) format("embedded-opentype");
		src: url(font/Razing.woff) format("woff");
        src: url(font/Razing.ttf) format("truetype");
}
h1 {color:#cc1b29; font-size:60px;}
h2 {color:#cc1b29; font-size:20px;}
p{
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:100%;
}
#cover{width:960px;
	   margin:0 auto;
}
#box{
	width:960px;
	margin:10px auto;
	float:none;
	min-height:100%;
	height:100%;
	font-family:Razing;
	text-align:center;
	text-transform:uppercase;
}
#box_cont{
	width:920px;
	margin:40px auto;
	float:none;
	min-height:100%;
	height:100%;
	border-style:solid;
	border-width:2px;
	border-color:#918a7f;
	padding:20px;
	text-align:justify;
}
#footer{
	width:960px;
	margin:10px auto;
	float:none;
	min-height:100%;
	height:100%;
}
.pagine{
	text-align:center;
}
a:link {
	color:#fff;
}
a:hover {
	color:#666;
}
a:visited {
	color:#fff;
}




