/*reset proprieta*/
html, body,iframe,div, span, applet, object, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td,
form, p, h1, h2, h3, h4, h5, h6, a, img, 
fieldset, label, legend
{
margin:0px;
padding:0px;
font-family: Arial,Sans-Serif;
border:none;
}
ul,ol{
list-style: none;
}
input, select{
margin:0px;
padding:0px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    line-height: 1;
}





body{
	background-color:#000;
	background-image:url(img/back.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
	background-position:top center;
	text-align:center;
}

#head{
	width:100%;
	height:135px;
	background-image:url(img/head.png);
	background-repeat:repeat-x;
}

#soluzione{
	width:745px;
	height:700px;
	margin:auto;
}

#soluzione-pad{
    padding-top:15px;
}

#container{
	width:745px;
	height:1130px;
	text-align:left;
	background-color:#FFF;
	margin-top:35px;
}

#container-pad
{
padding:25px;
}

h1{
	font-size:18px;
	color:#000;
}


#footer{
	width:745px;
	height:72px;
    text-align:center;
	color:#FFF;
    background-color:#464646;
	font-size:21px;
	
	
}

#footer-pad
{
padding:25px;
}

#footer a
{
text-decoration:none;
color:#FF0;
}

#footer a:hover
{
text-decoration:none;
color:#000;
}

