body {
background-color: #989ba0;	
margin: 0px;
font-family: georgia, times, serif;
font-size: 12px;
line-height: 1.25;
color: #131313;
background-image: url(bkgrd.gif);
background-repeat: repeat-y;
}

div#outerFSK {
  width: 540px;
  height:auto;
  overflow:visible;
  position: absolute;
  left: 50%;
  margin-left: -270px;
  margin-top: 0px;
}

#imgTop {
	margin-top:0px;
	width:  560px;
	background-color: #989ba0;
}

#text {
	margin: 0px;
	width: 540px;
	text-align: justify;
	background-color: #989ba0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#text p {
	margin: 0px;
}
.headline1 {
	color:  #ff0099;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 30px;	
	width: 300px;
	background-color:white;
}
#text p a {
	margin-top:  20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: geneva, verdana, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color:  black;
	background-color: white;
	border: 5px solid white;
}
#text p a:hover {
	color:  #ff0099;
}
