﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, button, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	/*
	03/11/09 RIMOSSO: perchè con mozilla il background image lo sfasava (come se raddoppiase l'altezza)
										PS: ora permette l'allineamento verticale
	vertical-align:baseline;
	*/
}

a 
{
	text-decoration:none;
	cursor: pointer;
	cursor: hand;
}

a:link, a:visited {
	text-decoration:none;
	color: inherit;
}

.hand
{
	cursor: pointer;
	cursor: hand;
}

div, span
{
	display: block;
	position: relative;
}

body 
{
	background-color: #2b2b2b;
	height: 100%;
  font-size: 100%;
	background-image: url('background.jpg');
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

ul
{
	list-style: none;
	list-style-position: outside;
}


