﻿body 
{	
	margin: 0;
	padding: 0;
	font: 14pt  "arial unicode MS", helvetica, sans-serif;
	line-height: 130%;
	background: #CCCC99;
	color: green;	
}
 }
#container
{
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
}

#header
{
	width: 800px;
	height: 100px;
	background: #F0FFF0;
	float: left;
	margin: 0;
	padding: 1em;
	}
#contents
{
	width: 100%;
	height: 160%;
	background: #F0FFF0;
	float: left;
	padding: .5em;
}

#footer
{
	width: 100%;
	height: 50px
	float: left;
	margin: 0;
	background: olive;
}

h1
{ 
	background: olive;
	color: #FFFACD;
	text-align: center;
	font-size: 20pt;
	margin: 0;
	padding: .5em 3%;
}

h3
{
	text-align: center;
	font-size: 20pt;
}

h4
{
	text-align: center;
	font-size: 15pt;
}
