div#main 
{
background-image: url(../images/swoop350.gif);
background-repeat: no-repeat;
/*background-attachment: fixed;*/
background-position: top left;

}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #000000;
}
p {
	font: normal 1.1em Verdana,sans-serif;
	color:#000;
	line-height: 25px;
}