@charset "utf-8";
/* CSS Document */

* {
  margin: 0px;
  padding: 0px;
  border: none;
}
body {
  background-image: url(newweb/images/bg.jpg);
  background-repeat: repeat-x, repeat-y;
  background-color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c8c8c8;
}
#container {
  margin: auto;
  width: 800px;
  display: block;
  border: 0;
}
#top {
  float: center;
  width: 800px;
  height: 123px;
}
#header {
  float: center;
  width: 800px;
  height: 123px;
}
#content {
  float: center;
  width: 800px;
  height: ;
}
#content1 {
  float: center;
  width: 800px;
  height: 125px;
  display: block;
}
#content2 {
  float: center;
  width: 800px;
  height: 127px;
  display: block;
}
#content3 {
  float: center;
  width: 800px;
  height: 98px;
  display: block;
}
#content4 {
  float: center;
  width: 800px;
  height: 91px;
  display: block;
}

#content5 {
  float: center;
  width: 800px;
  height: 36px;
  display: block;
}

.nav-links li a {
  float: left;
    text-decoration: none;
  display: block;
  border: 0;
  padding:0; 
   }
   #menu { 
	  padding:0; 
	  margin:0; 
	  } 
	#menu li { 
	  list-style-type:none; 
	  } 

#footer {
  float: center;
  width: 800px;
  height: 25px;
  display: block;
}
div {
margin: 0em;
padding: 0em;
width: 800px;
float: center;
}
html>body div {
float: center;
width: 800px;
} 


