/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0;	outline: 0;	font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul {	list-style: none; } blockquote, q {	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;} :focus {	outline: 0; } ins {	text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0;}

/* INIZIO CSS */

body {
	font-family: Tahoma;
	font-size: 13px;
	color: #0057ae;
}

a {
	color: #4dc4e8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 970px;
	margin: 20px auto 0 auto;
}

#box {
	width: 970px;
	background-image: url(../img/background3.gif);
	background-repeat: no-repeat;
}

#col1 {
	float: left;
	width: 350px;
	height: 585;
	margin-top: 35px;
}

#col2 {
	float: right;
	width: 492px;
	margin: 0 0 5px 0;
}

#col3{
	width: 807px;
	margin: 0 0 0 75px;
}

#col4{
	float: left;
	width: 482px;
	padding: 20px 0 0 95px;
}

#col5{
	float: right;
	padding: 20px 95px 0 0;
}

#form {
	width: 225px;
	margin: 15px 0 0 0px;
}

#form #pulsante {
	display: block;
	width: 195px;
	height: 66px;
	margin-top: 10px;
	text-indent: -9999px;
	background-image: url(../img/pulsante_prev.gif);
	background-repeat: no-repeat;
}

h2 {
	text-indent: -9999px;
	font-size: 10px;
	height: 234px;
	width: 377px;
	background-image: url(../img/claim_080.gif);
	margin: 10px 0 0 67px;
}

.punti {
	margin: 20px 0 0 73px;
	padding: 0;
}

.logo {
	margin-left: 54px;
}

.clear {
	clear: both;
}

#footer {
	text-align: center;
	margin: 75px 0 0 0;
	color: #4dc4e8;
}
#disclaimer {
	text-align: center;
	font-size: 9px;
	color: #666666;
	margin-left: 84px;
	margin-right: 84px;
	margin-top: 10px;
}

#disclaimer2 {
	text-align: left;
	font-size: 9px;
	color: #909090;
	margin-left: 84px;
	margin-right: 84px;
	margin-top: 10px;
}
