body {
 font-family: Arial;
 font-size: 11px;
 padding: 0px;
 margin: 0px;
 color: #808080;
 background-color: #fff;
 background-image: url(../images/bg_site.jpg); background-repeat: repeat-x; background-position: center;
  /* text-align:center; center hack #818285*/

}
#site{width: 100%; text-align: center;}
#wrapper{width: 948px; margin: 0 auto; text-align: left; }
#index{
	width: 948px; height: 371px; background-image: url(../images/index_bg.jpg);
}
#tresc{
	float: right; width: 430px; color: #fff; font-size: 13px; margin-top:95px;
}
#button{width: 430px; float: right; clear: both; text-align: center;}
#button ul{text-align: center; width: 430px}
#button li{display: block; float: left; list-style: none; padding: 5px 15px; margin-left: 8px; background-image: url(../images/button.png); width: 70px; height: 20px; font-weight: bold;
}
#button li a:link, #button li a:visited{
	color: white; text-decoration: none;
}

