body{
	background-color:#eee;
	text-align:center;	
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:.76em;
	line-height:150%;
}
#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	border:1px solid #aaa;
}
#header_section{
	height:147px;
	width:100%;
	padding:0px;
	background:url("banner.jpg") top center;
}
#content{
	margin-top:30px;
	width:100%;
	/*padding:30px 70px 30px 70px;*/
	background-color:white;
	text-align:left;
}
#footer_section{
	height:280px;	
	width:100%;
	margin:0px;
	background:url("footer.jpg") top center;
}
#footer_section p{
	padding:70px 30px 10px 30px;
	color:white;
	font-weight:bolder;
	/*font-style:italic;*/
	font-size:130%;
}
p{
	margin:0 30px 10px 30px;
}
a.button{
	display:-moz-inline-stack;
	display:inline-block;
	width:175px;
	height:50px;
	background-image:url("button.jpg");
	text-align:center;
	margin: 0 10px 0 10px;
	font-weight:bold;
	text-decoration:none;
	color:white;
	font-size:130%;
}
div.text{
	margin-top:15px;
}