@charset "utf-8";
/* CSS Document */
body {
	/*background-color:#cc6600;*/
	background-image:url(../_images/index_bg.jpg);
	background-repeat:repeat;
	margin-top:15px;
}
/*
	width: 964px;  
	height: 577px
*/
#wrapper {
	  width:964px;
	  margin-left: auto ;
	  margin-right: auto ;
}
#page_graphic{
	position:relative;
	width:964px;
	height:497px;
	/*background-image:url(../_images/intro_page.jpg);*/
	background-color:#ffffff;
}
