body {
  background-color: #D86D27;
  background-attachment: fixed;
  background-image: URL(images/background.jpg);
  display:block;
  background-repeat: no-repeat;
  text-align:center;
}
#heading{
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}
#topsite {
   margin-left: auto;
   margin-right: auto;
   width: 750px;
   height: 25px;
   text-align: left;
   background-image: URL(images/title_back.png);
   background-repeat: no-repeat;
   clear: both;
}
#gallery_menu {
	overflow: hidden;
	float: left;
	display: block;
	margin-left: 0px;
	margin-top: 50px;
	width: 19%;
}
#gallery {
  margin-left: 32px;
}
#center_frame{
    float: left;
    width: 750px;
	 margin-left: 10px;
    overflow: auto;
    margin-top: 5px;
}
.clear{
  clear:both;
  margin: 0;
}
div.nomargin{
  margin-right:0px;
}
.pic {
  float:left;	
  margin:0 15px 5px 0;
  border:5px solid white;
  width:200px;
  height:250px;
}
.pic a{	
  width:200px;
  height:250px;
  text-indent:-99999px;
  display:block;	
  }
#picture{
  float: center;
  width: 200px;
}
#pic_text{
  float:left;	
  margin:0 15px 15px 0;
  width:220px;
  height:280px;
}
#number_page {
  margin:0 15px 5px 15px;
  float: center;
}
#top_number_page {
  margin-bottom: 5px;
}