@charset "utf-8";
#main {
	width: 850px;
	height: 620px;
	margin: 0px auto;
}
#backg {
	background-image: url(images/backg.jpg);
	width: 912px;
	margin: 0px auto;
	height: 650px;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	margin: 0px auto;
	width: 920px;
	text-align: center;
	line-height: 14px;
}

