body {
	background-attachment: fixed;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #1f1334;
}
#header {
	background-image: url(../img/gnav_bg.png);
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
}

#container {
	background-image: url(../img/container_bg_rep.png);
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	overflow: hidden;
}

#contentBg {
	background-image: url(../img/content_bg_rep.jpg);
	background-repeat: repeat-y;
	width: 878px;
	margin-right: auto;
	margin-left: auto;
}
#contentBgBias {
	background-image: url(../img/content_bg_line.png);
	background-repeat: repeat;
	width: 878px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
}
#contentBgLine {
	background-image: url(../img/content_bg_sideline.png);
	background-repeat: repeat-y;
	width: 878px;
}
#contentBgSide {
	background-image: url(../img/bg_kazari.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 878px;
	overflow: hidden;
}
