@charset "UTF-8";
.container {
	background-repeat: repeat;
	height: 1024px;
	width: 1280px;
	top: auto;
}
body {
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-image: url(../images/grc_background.png);
}
.header {
	background-image: url(../images/header.png);
	height: 167px;
	width: 1280px;
}
.navi_bar {
	background-image: url(../images/navi_bar.png);
	background-repeat: no-repeat;
	height: 66px;
	width: 1280px;
}
.context {
	background-image: url(../images/content.png);
	background-repeat: no-repeat;
	height: 755px;
	width: 1280px;
	padding-top: 10px;
	padding-left: 10px;
}
.footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 1280px;
}
