@charset "utf-8";
/* CSS Document */

.body {
	text-align: center;
	background: url(gal/bg_body.jpg) no-repeat left bottom;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}
.page {
	text-align: center;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: 600px;
	background: url(gal/bg.png) no-repeat center center;
	padding: 26px 29px 29px 48px;
	margin-top: 40px;
}
.body a {
	color: #333;
}
