body	{
	margin: 0;
	background-color: #326eb6;
	}
	
a:link, a:visited, a:hover	{
	color: #326eb6;
	text-decoration: none;
	}
	
a:hover	{
	text-decoration: underline;
	}
	
#container	{
	margin: 0 auto;
	width: 950px;
	}
	
#header	{
	margin-top: 20px;
	margin-bottom: 0;
	background-color: #fff;
	height: 229px;
	}
	
#content	{
	margin-top: 20px;
	padding-bottom: 20px;
	background: url("bg.png") 0 275px no-repeat #fff;
	font: 14px/18px "Lucida Sans", "Lucida Grande", verdana, arial, sans-serif;
	color: #666;
	text-align: center;
	}
	
p	{
	margin-top: 24px;
	margin-bottom: 0;
	}
	
h1	{
	margin-top: 24px;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 24px;
	color: #326eb6;
	}