body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
html, body {
	background-color: #000;
	font-size: 0px;
}
body {
	overflow: auto;
}
.wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	position: relative;
}
h1 {
	font-size: 20px;
	margin-top:20px;
	height: 47px;
	line-height: 47px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 15px;
	margin-left: 9px;
}
.tabsContent {
	width: 700px;
	overflow: hidden;
}
.tab {
	display: none;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 12px;
	background-color: #FFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.tab table {
	width: 100%;
}


#titolo {
	font-family: Impact;
	font-size: 16px;
	letter-spacing: 0.06em;
	text-align: center;
	width: 100px;
	position: absolute;
	left: 702px;
	top: 280px;
	text-decoration: none;
	color: #FFF;
}
.wrapper #titolo a {
	color: #FFF;
	text-decoration: none;
}
.wrapper #titolo a:hover {
	color: #C00;
	text-decoration: underline;
}
