body {

/*background-image:url(../bg.jpg);
background-position:center;
background-repeat:repeat-y;
*/
	background-color:#edebe3;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
/*
#index {
  position:absolute;
  left: 50%; 
  top: 50%;
  width: 950px;
  height: 570px;
  margin-top: -285px; 
  margin-left: -475px; 
}
*/

#index {
  position:relative;
  width: 1024px;
  height:  650px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;

}