body{
background-image:url('images/backtex.jpg');
background-repeat:repeat;
}
#bigpic{
background-image:url('images/index2.jpg');
background-repeat:no-repeat;
height:768;
width:1024;
filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	}
	
#links {
color:white; 
font-family:Helvetica, Arial, Sans;
position: relative;
top: -700px;

}

a:link { 
	color: #333333;
	text-decoration: none;
	}
a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	text-decoration: none;
	}