body
{
	//background: #e3e1c8 url(background.png) repeat-y scroll 20px;
	background: #e2df97 url(background.png) repeat-y scroll 20px;
}

#main
{
	position: absolute;
	left: 150px;
	top: 150px;
	width: 580px;
	color: #333366;
	font: normal normal normal 11pt sans-serif;
	z-index:0;
}

#main #title
{
	font: normal normal bold 18pt sans-serif;
	margin-bottom: 20px;
	border-bottom-color: #333366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#main .subdivider
{
	margin-left: 20px;
	margin-right: 100px;
	margin-top: 20px;
}

#main .subdivider #title
{
	font: normal normal bold 12pt sans-serif;
	text-decoration: underline;
	border: none;
	margin-bottom: 0px;
}