@charset "utf-8";
@import url("css.css");

.top {
	height: 50px;
	width: 160px;
	background: url(img/top_on.jpg);
	margin: 0px;
	padding: 0px;
}
.unicube {
	height: 50px;
	width: 160px;
	background: url(img/What_unicube.jpg);
	margin: 0px;
	padding: 0px;
}
.build {
	height: 50px;
	width: 160px;
	background: url(img/Material_unicube.jpg);
	margin: 0px;
	padding: 0px;
}
.blog {
	height: 50px;
	width: 160px;
	background: url(img/unicube_blog.jpg);
	margin: 0px;
	padding: 0px;
}
.contact {
	height: 50px;
	width: 160px;
	background: url(img/contact.jpg);
	margin: 0px;
	padding: 0px;
}
.top a {
	display:block;
	height: 50px;
	width: 160px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.unicube a {
	display:block;
	height: 50px;
	width: 160px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.build a {
	display:block;
	height: 50px;
	width: 160px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.blog a {
	display:block;
	height: 50px;
	width: 160px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.contact a {
	display:block;
	height: 50px;
	width: 160px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.top a:hover,.top a:active {
	background: url(img/top_on.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.unicube a:hover,.unicube a:active {
	background: url(img/What_unicube_on.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.build a:hover,.build a:active {
	background: url(img/Material_unicube_on.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.blog a:hover,.blog a:active {
	background: url(img/blog_on.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	
}
.contact a:hover,.contact a:active {
	background: url(img/contact_on.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#flash {
	height: 500px;
	width: 800px;
}
.center .content span {
	font-size: small;
	letter-spacing: 1.0em;
}

