
/* hide from ie on mac \*/
#flashcontent {
	height: 100%;
}
/* end hide */

body
{
	color: white;
	background-color: #8D65D2;
	margin: 0px
}

#hDivider
{
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#content
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #8D65D2; /*transparent*/
	margin-left: -479.5px;
	position: absolute;
	top: -295px;
	left: 50%;
	width: 959px;	/* set value of 'margin-left' to half of the value of width */
	height: 590px;	/* set value of 'top' to half of the value of height */
	visibility: visible
}

.headline
{
	font-weight: bold;
	font-size: 24px
}

a:link, a:visited 
{
	color: #8D65D2;
	text-decoration: none
}

a:hover 
{
	color: #8D65D2;
	text-decoration: underline
}

