/*************************************************/
/* SCREEN
/* Author: francesco franco | nascar
/* Author URI: http://www.nascar.it
/* Project: http://www.afs-international.it
/* File: screen.css
/* Version: 0.2
/* Date: 21/10/2009
/*************************************************/

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 {
	behavior: url(htc/csshover.htc);
	background: #fff;
	color: #666;
	font-family: Georgia, Times, Arial, serif;
	font-size: 12px;
	line-height: 14px;

}


a { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; }

a img {
	border: 0;
	margin: 0 0 20px 0;
	padding: 0;
}


/*************************************************/
/* CLASSI RIUTILIZZABILI
/*************************************************/
.hidden { display: none; }

.clear {
	display: block;
	clear: both;
	line-height: 0px;
}


/* WRAP */
#wrap {
	width: 767px;
	display: block;
	margin: 0 auto;
}

#wrap #testata {
	display: block;
	width: 767px;
	height: 90px;
	background: url(../img/divisore.gif) bottom left repeat-x;
	position: relative;
	margin: 37px 0 9px 0;

}
/* H1 */
#wrap #testata h1 {
	background: url(../img/h1.gif) top left no-repeat;
	width: 50px;
	height: 53px;
	display: block;
	top: 37px;
	left: 28px;
	text-indent: -9999px;
}

#wrap #testata h1 a {
	width: 112px;
	height: 45px;
	display: block;
	position: absolute;
	top: 37px;
	left: 28px;
	text-indent: -9999px;
	
}

#wrap #testata #entra a {
	width: 77px;
	height: 16px;
	display: block;
	position: absolute;
	top: 37px;
	right: 131px;
	text-indent: -9999px;
	background: url(../img/entra.gif) top left no-repeat;
	
}
#wrap #testata #enter a {
	width: 77px;
	height: 16px;
	display: block;
	position: absolute;
	top: 37px; 
	right: 4px;
	text-indent: -9999px;
	background: url(../img/enter.gif) top left no-repeat;
	
}

#wrap .text{
	width: 333px;
	height: auto !important;
	height: 100px;
	min-height: 100px;
	float: left;
	display: inline;
	margin: 20px 90px 30px 0;
}
#wrap .text.ultimo{
	margin-right: 0;
}


