/* RESET CSS */

html, body, div, p, span, 
h1, h2, h3, h4, h5, h6, 
blockquote, pre, a, abbr, acronym, address, big, cite, code,
img,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
iframe, ins {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	line-height:1;
	list-style:none;
}

img { 
	border:none; 
	vertical-align:middle; 
}

/* Fine RESET */

@font-face {
	font-family: 'Type';
	src: url('TravelingTypewriter.eot') format("opentype"); /* per IE 5-8 */
	src: local('☺'); /* direttiva local per IE */
	src: url('TravelingTypewriter.woff') format('woff');    /* Firefox 3.6+, Chrome 5.0+, IE 9.0+ */
	src: url('TravelingTypewriter.ttf') format('truetype'); /* Opera, Safari */
}

body {
	background:#000;
	font-family: "Type", Courier, serif;
}

p {
	color:#ccc;
	text-align:center;
}

li {
	color:#fc2;
	text-decoration:none;
	text-align:center;
	list-style:none;
	padding:5px 0;
}
li a {
	color:#fc2;
	text-decoration:none;
	text-align:center;
	list-style:none;
}

li a:hover {
	color:#520;
}

.sx { 
	float:left; 
}

.dx {
	float:right;
}	

.clear {
	clear:both;             
}

.colori {
	color:#ccc;
}

#contenitore {
	text-transform:none;
	color:#fc2;
	background:#000; 
	width:960px; 
	height:600px;
	margin:100px auto;
	border:none 1px;
	border-color:#fff;
	border-radius:5px;
}

#sx {
	background: url('images/facero.jpg') 30% 50%;
	background-repeat:no-repeat;
	width:300px;
	height:600px;
}

#centro {
	background: url('images/Regia.jpg') 50%;
	background-repeat:no-repeat;
	width:640px;
	height:600px;
}

#centro00 {
	width:640px;
	height:600px;
}

#centro01 {
	background: url('images/Sottofondo.jpg') 50%;
	background-repeat:no-repeat;
	width:640px;
	height:600px;
}

#centro02 {
	background: url('images/Campo.jpg') 50%;
	background-repeat:no-repeat;
	width:640px;
	height:600px;
}

#titolo {
	font-size:30px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

#titolo01 {
	font-size:30px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

#colsx {
	width:320px;
}

#colsx h2 {
	font-size:18px;
	text-align:center;
}

#colsx ul li {
	text-align:left;
	color:#631;
}

#coldx {
	width:320px;
}

#coldx h2 {
	font-size:18px;
	text-align:center;
}

#coldx ul li {
	text-align:right;
	color:#631;
}

#tabella {
	overflow:auto;
	width:640px;
	height:570px;
	margin:0px;
	padding:5px;
	background:#000;
	opacity:1;
	border:none 1px;
	border-color:#ccc;
	text-align:center;
}

#tabella tr td {
	padding:6px;
	border:solid 1px;
	border-color:#441;
}