body 
	{
	color: white;
	background-color: White;
	margin: 0px
	}

#horizon        
	{
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#kristina    
	{
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	position: absolute;
	top: -140px;
	left: 40%;
	width: 510px;
	height: 250px;
	visibility: visible;
	font-size: 11pt;
	color: black;
	text-align: right;
	font: bold;
	font-weight: 300;
	}	

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent;
	margin-left: -425px;
	position: absolute;
	top: -256px;
	left: 50%;
	width: 850px;
	height: 512px;
	visibility: visible
	}

.bodytext 
	{
	font-size: 14px
	}

.headline 
	{
	font-weight: bold;
	font-size: 24px
	}

#footer 
	{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
	}

a:link, a:visited 
	{
	color: #06f;
	text-decoration: none
	}

a:hover 
	{
	color: red;
	text-decoration: none
	}
