body {
	padding:0px;
	margin:0px;
	background-color:#000;
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	color: #FFF;
	font-size:11px;
}
a {
	color: #fff;
	
}
a:focus {
 	outline:none;
}
.body {
	background-image:url(/images/intro.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	width: 800px;
	height: 587px;
	position:relative;
	margin:0 auto;
}
.link1 {
		position: absolute;
		top: 25px;
		left: 0px;
		background-image:url(/images/link1.png);
		width:132px;
		height:17px;
		display:block;
}
.link2 {
		position: absolute;
		top: 60px;
		left: 0px;
		background-image:url(/images/link2.png);
		width:117px;
		height:17px;
		display:block;
}
.link1 span,.link2 span {display:none;}
.link3 {
		position: absolute;
		top: 120px;
		left: 0px;
		background-image:url(/images/nsf.jpg);
		background-repeat:no-repeat;
		padding-top: 60px;
		width:117px;
		height:17px;
		display:block;	
}