		html {
			background-image:url('gfx/bright.jpg');
			/* immagine di sottofondo */

		}
		body {
			background-image:url('gfx/stripe_new.png');
			/*stripes;*/
			width: 100%;
			height: 100%;
			padding-top: 40px;
		}
		#nav {
			margin-top: 92px;
		}
		#nav li {
			margin-bottom: 30px;
		}
		#nav li a{
			color: #FFFFFF;
			text-decoration: none;
			font-size: 32px;
			font-weight: 800;
			letter-spacing: -0.1em;
			background: #000000;
			padding: 10px;
		}
		.ft {
			font-size: 10px;
			background: #FFFFFF;
			margin: 10px 0;
		}
		#help-upload {
			background: #FFFFFF;
			border: 1px solid #000000;
			width: 150px;
			padding: 5px;
			font-size: 10px;
			margin-bottom: 37px;
		}
		#help-upload a{
			color: #000;
			text-decoration: none;
		}
		blockquote {
			font-size: 38px;
			font-weight: 800;
			margin-top: 30px;
			color: #333;
			text-transform: uppercase;
		}
		h1 {
			font-size: 56px;
			font-weight: 800;
			letter-spacing: -0.1em;
			margin-bottom: 15px;
		}
		h2 {
			font-size: 26px;
			font-weight: 800;
			letter-spacing: -0.1em;
			margin-bottom: 10px;
			margin-top: 10px;
		}
		.small {
			font-size: 10px;
			letter-spacing: auto;
		}
		.content {
			background: url(gfx/pixel.png) repeat 0 0;
			padding: 15px;
			margin-bottom: 10px;
		}
		table {
			border: 1px solid #CCC;
			font-size: 11px;
			width: 250px;
			min-height: 250px;
			height: 300px;
			float:left;
			margin: 0 1px;
		}
		caption {
			font-weight: 800;
		}
		th {
			background: #CCC;
			color: #FFF;
		}
		hr {
			clear: left;
			color: #FFF;
			border: 1px solid #FFF;
			background: 1px solid #FFF
		}
		.content p, .content ul {
			margin: 10px 0;
			color: #333;
			font-size: 16px;
		}
		li a img {
			border: 0px;
			margin: 0;
			padding: 0;
		}
		.instructions{
			font-size: 16px;
			font-weight: 800px;
			margin: 10px 0;
			line-height:20px;
		}
		.clientimage {
			width: 150px;
			height: 150px;
			float: left;
			border: 1px solid #6BBA70;
			overflow: hidden;
			background: #FFF;
			margin: 1px;
			text-align: center;
			
		}
		.clientimage img {
			vertical-align: bottom;
		}
		a, a:visited {
			color: #6BBA70;
		}
		
		.container {
    width:750px;
    height:375px;
    overflow:hidden;
    position:relative;
    cursor:pointer;
  }
  .slides {
    position:absolute;
    top:0;
    left:0;
  }
  .slides > div {
    position:absolute;
    top:0;
    width:750px;
    display:none;
  }
