/* CSS Document by Dieter Schneider 2007 | www.csstemplateheaven.com */

* {margin: 0; padding: 0;}

body {
	background-image: url(images/body.jpg);
	font-size: 100%;
}

#container{
	width: 1500px;
	height: 1500px;
	font-size: 1.5em;
	display: flex;
    flex-direction: column;
	background-size: 100% 100%;
	}

	#header {
		background-image: url(images/header.jpg);
		height: 275px;
		width:  1463px;
		background-size: 80% 100%;
		background-repeat:no-repeat;
		margin-left:250px;
	
	}
	
	#content {
		padding-left: 100px;
		padding-right: 200px;
		margin-left: 252px;
		background-image: url(images/container.jpg);
		background-repeat: repeat-y;	
		background-size: 93% 100%;
	}

h1 {
  	margin-left: 30%;
	margin-top: 180px;
	font-size: 60px;
	color: #55311B;
	font-family:"ＤＦ中太楷書体", "楷体", "隶书", "宋体", "微软雅黑", "华文新魏";

}

p {
  font-size: 40px;
  color: black;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-align:justify;
  font-weight: 500;
}


img
{
	display: block;
	margin-left: auto;
	margin-right: auto;	
}
