
body {
	color:#999;
	background: #000 url("pics/futurist-glow.jpg") -1000px -1000px no-repeat;
	text-align:center;
	margin:0;
	padding:0;
	/*
background-color:#222;
background-image:url(pics/futurist-background-2.jpg);
/*background-position:60% 50%;
background-repeat:no-repeat;*/
}

ul, li {
	display:block;
	list-style:none;
	}

#frame {
position:absolute;
left:0;
top:0;
width:100%;
}
		
#futurist {
	position:relative;
	margin:80px auto 0;
	padding:0;
	width:600px;
	height:450px;
	overflow:hidden;
	}

#futurist a {
	display:block;
	position:absolute;
	left:0;
	top:200px;
	height:90px;
	background-image: url("pics/futurist-glow.jpg");
	background-position:1000px 1000px;
	background-repeat: no-repeat;
	line-height:200px;
	overflow:hidden;
	}

#futurist a.f {
	left:180px;
	width:40px;
	}
#futurist a.f:hover {
	background-position:-180px -200px;
	}
#futurist a.u1 {
	left:220px;
	width:45px;
	}
#futurist a.u1:hover {
	background-position:-220px -200px;
	}
#futurist a.u2 {
	left:308px;
	width:50px;
	}
#futurist a.u2:hover {
	background-position:-308px -200px;
	}
#futurist a.r {
	left:358px;
	width:47px;
	}
#futurist a.r:hover {
	background-position:-358px -200px;
	}
#futurist a.i {
	left:405px;
	width:20px;
	}
#futurist a.i:hover {
	background-position:-405px -200px;
	}
#futurist a.s {
	left:425px;
	width:45px;
	}
#futurist a.s:hover {
	background-position:-425px -200px;
	}
