/* CSS Document */

body {
  margin: 0;
  padding: 0;
  font-family: tahoma, verdana;
  color: #000;
  background:  url('images/BG2.jpg');
  background-repeat: repeat-x;
  text-align: center;
  
}
#wrap {
  position: relative;
  width: 790px;
  top: 0px;
  margin: auto;  
}
#top {
	width:790px;
	height:126px;
	left: 0;
	top: 0;
}
#top_links {
	
	width:790px;
	height:126px;
	z-index:5;
	left: 0;
	top: 0;
}
#sidebar {
display:none;
}
#content2 {
	width: 600px;
	left: 200px;
	top: 280px;
	height: auto;
	overflow-y: auto;
}
#content {
	width: 600px;
	left: 200px;
	top: 280px;
	overflow-y: auto;
	height: auto;
}
#footer {
display:none;
}