Earth Revolving in Sun's Orbit

Earth revolving in sun's orbit.
  1. <html>  
  2. <head>  
  3. <link rel="stylesheet" href="style.css" />  
  4. </head>  
  5. <body>  
  6. <!-- Right below is an image of the sun -->  
  7. <img id="sun" src="http://goo.gl/PmbqZa">  
  8. <div id ='earth-orbit'>  
  9. <img id="earth" src="http://goo.gl/41IWnf">  
  10. </div>  
  11. </body>  
  12. </html>  
Note: Please find the attached HTML & CSS file.