/* infocar.css*/

body {
	background-attachment:            fixed;
	background-position:               100%;
	background-repeat:            no-repeat;
	background-image:  url(sfondo_inc.jpg);
	background-position:             center; 
	background-position:                top; 
     }
	 
#inbox {
position:              relative;
border:         solid 1px green;
width:                    920px;
height:                   600px;
left:                       50%;
margin:            0 0 0 -460px;
margin-top:               130px;        /* margine altezza del contenitore */
background-color:       #000000;
}

#box1 {
position:                relative;
border:                 solid 0px;
width:                      920px;
height:                     500px;
float:                       left;
margin-left:                  0px;
margin-top:                   0px;
font-family:      Times New Roman;
}

#gif1 {
position:                relative;
border:                 solid 0px;
width:                      554px;
height:                     118px;
float:                       left;
margin-left:                183px;
margin-top:                  0px;
background-image: url(autostrada.gif);
}

#box2{
position:                relative;
border:                 solid 0px;
padding:                      4px;
width:                      600px;
height:                     223px;
float:                       left;
margin-top:                  30px;
Margin-left:                160px;
}

#back { 
border:                 solid 0px;
position:                relative;
margin-top:                 530px;
width:                      100px;
height:                      29px;
margin-left:                410px;
}





