/* CSS Document */


<style type="text/css">
<!--

a:link     {color:#000000;}
a:visited  {color:#000000;}
a:hover    {color:#FF9900;}
a:active   {color:#FF9900;}

BODY 	
	{   
	background-image: url(img/bg.jpg);
	background-attachment:fixed;
	background-position:top;
	background-repeat:no-repeat;
	
		}


-->
</style>