if (hasFlash && document.getElementsByTagName && document.getElementsByTagName('html')[0]) {
    document.getElementsByTagName('html')[0].className += (document.getElementsByTagName('html')[0].className=='')?'hasFlash':' hasFlash';
    }

html.hasFlash #primary-content h1    { visibility: hidden; }

body {
	background-attachment: fixed;
	background-image: url(../images/fulbkg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#email1 {
	font-family: arial;
	font-size: 9px;
	color: #bbbbbb;
}

<style type="text/css">
<!--
A:visited  {color: #bbbbbb; text-decoration: none}
A:link  {color: #bbbbbb; text-decoration: none}
A:active  {color: #bbbbbb; text-decoration: none}
A:hover   {color: #666666; text-decoration: none}
//-->
</style>
