/* project.css */

#project, #project ul {
	position: absolute;
	top: 0;
	left: 0;
}
#project {
	width: 960px;
	height: 640px;
	
	background-repeat: no-repeat;
	background-position: center center;
}
#project ul.nav {
	width: 960px;
	height: 40px;
	line-height: 40px;
	
	background: url(/_img/alpha-black.png);
	
	font-family: "Times New Roman", Times, serif;
	
	overflow: hidden;
}
#project ul.nav a, #project ul.nav span {
	height: 40px;
	line-height: 40px;
	
	border: 0 none;
	
	font-size: 13px;
}

