@charset "utf-8";
/* CSS Document */

.bg{
	background: url(bg.png) repeat-y top left;
}

.main{
	width:750px;
	height:1200px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background: url(whitebg.png) repeat;
}

.text{
	background: url(main.png) no-repeat center center;
	width:750px;
	height:1200px;
}

.header{
	background: url(header.png) no-repeat center center;
	width:750px;
	height:157px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}