#site_center {text-align:center; background:url(images/bg.gif);	background-repeat:repeat-x;}
#main {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
}
#content {
	width: 900px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 4px;
	background-image: url(images/main.jpg);
	float: none;
	height: 553px;
	background-repeat: no-repeat;
}
#header {
	width: 907px;
	height:80px;
	background-image:url(images/bgup.gif);
	float: left;
}
#menu {
	width: 907px;
	height:70px;
	text-align: center;
}
#footer {
	height:50px;
	background-image:url(images/bgdwn.gif);
	padding-top:10px;
	text-align: left;
	padding-left: 20px;
}

