Usando el codigo de pzin, hize un "boceto"
   
Código HTML:
Ver original- div.coche { 
-   position: relative; 
- } 
-   
- #rueda1 { 
-   position: absolute; 
-   bottom:2px; 
-   left: 9px; 
- } 
- #rueda2 { 
-   position: absolute; 
-   bottom:2px; 
-   left: 75px; 
- } 
- #ventana { 
-   position: absolute; 
-   bottom:30px; 
-   left: 50px; 
- } 
- #faro { 
-   position: absolute; 
-   bottom:20px; 
-   left: 2px; 
- } 
-   
-   <img src="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTuwwx3gTIUewZ4FATI7pATXEUEPp_FyFu7gG_P_URAaqvafs86BEmpiiok"> 
-   <input id="rueda1" type="checkbox"> 
-   <input id="rueda2" type="checkbox"> 
-   <input id="ventana" type="checkbox"> 
-   <input id="faro" type="checkbox">