/* 
TABLE OF CONTENTS 

  HTML Elements
  Structure
  Navigation Bar
  Text
  Index Page
  Content Page
  Sidebar
  Form Elements  
  Comments
  Footer
  Clear


/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
margin: 0 auto;
padding: 0;
font: 100% times, 'times new romans', serif;
background: #300 url(http://www.zastavki.com/pictures/1600x1200/2008/3D-graphics_Ring_of_fire_006996_.jpg) no-repeat top center;
}
