@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background-image:url(blkweb.jpg);
	background-color:#000;
	background-repeat:no-repeat;
	text-align:center;
	background-position:center top;
}

#wrap-960 {
	width:960px;
	margin:0 auto;
}

#brain {
	background-image:url(bkgd-brain.jpg);
	background-repeat:no-repeat;
	width:560px;
	height:330px;
	margin:189px 0 0 55px;
}

#mission {
	background-image:url(bkgd-mission.jpg);
	background-repeat:no-repeat;
	width:272px;
	height:408px;
	margin:-297px 20px 0 0;
	float:right;
	display:block;
	cursor:pointer;
}

	#mission:hover {
		background-position:-272px 0;
	}

#contact {
	background-image:url(bkgd-contact.jpg);
	background-repeat:no-repeat;
	width:346px;
	height:78px;
	margin:155px 0 0 325px;
	padding:116px 0 0 63px;
}

	#link-contact {
		background-image:url(link-contact.jpg);
		background-repeat:no-repeat;
		width:211px;
		height:78px;
		display:block;
		text-indent:-9999px;
	}
	
		#link-contact:hover {
			background-position:0 -78px;
		}