body,td,th {
	font-family: Verdana, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 137px;
	margin-right: 0px;
	margin-bottom: 50px;
	background-attachment: fixed;
	background-image: url(/public/images/fsp/logo190bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}


 div#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:137px;
	background:#000000;
	color:#000000;
 }
 
 div#footer{
  position:absolute;
  bottom:0px;
  left:0;
  width:100%;
  height:42px;
  background:#000000;
  color:#000000;
 }
 
  body>div#header{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
  }

 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
