@charset "UTF-8";#main_container	{	background-color: yellow;	position: relative;	width: 960px;	height: 1370px;	margin-left: auto;	margin-right: auto;	}#header	{	text-align: center;	padding-left: 5px;	height: 180px;	background-color: #f5f5dc;}#main	{	text-align: center;	width: 100%;	height: 650px;	background-color: #f5f5dc;	padding: 0px;}#content1 h1	{	margin-bottom: 0px;	margin-top: 0px;}#content1 h2	{	margin-top: 0px;	margin-bottom: 0px;}#content2 h2	{	margin-top: 5px;	margin-bottom: 5px;}#footer	{	text-align: center;	background-color: #f5f5dc;	padding: 0px;	position: absolute;	bottom: 0;	width: 100%;	height: auto;}#header h1	{	font-size: 250%;}