#content p
{
	padding: 5px 20px;
}

#content p a
{
	text-decoration: underline;
}

#content p a:hover
{
	position: relative;
	top: 1px;
	left: 1px;
}

#topimage
{
	position: relative;
	width: 740px;
	height: 280px;
	background: url(index.jpg) no-repeat;
}

#topimage h1
{
	position: absolute;
	top: 80px;
	left: 200px;
	width: 280px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	background: none;
	color: #666666;
}

#topimage .seminar
{
	position: absolute;
	right: 250px;
	bottom: 30px;
	display: block;
	width: 220px;
	height: 50px;
	background: url(seminar.jpg) no-repeat;
	text-indent: -9999px;
}

#topimage .seminar:hover
{
	background: url(seminar_hover.jpg) no-repeat;
}

#topimage .business
{
	position: absolute;
	right: 20px;
	bottom: 30px;
	display: block;
	width: 220px;
	height: 50px;
	background: url(business.jpg) no-repeat;
	text-indent: -9999px;
}

#topimage .business:hover
{
	background: url(business_hover.jpg) no-repeat;
}

#privacy
{
	float: right;
}