* {
	margin: 0px;
}
body {
	font-size: 16px;
}
#wapper #footer {
	font-size: 0.6em;
	line-height: 15px;
	color: #666;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wapper #menu {
	height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#wapper #menu #button li {
	float: left;
	list-style-type: none;
	text-indent: -9999px;
}
#wapper #menu #button li a {
	display: block;
	height: 30px;
	width: 82px;
	float: left;
	list-style-type: none;
}
#wapper #menu #button #about a {
	background-image: url(../images/about.jpg);
}
#wapper #menu #button #about a:hover {
	background-image: url(../images/about_hover.jpg);
}
#wapper #menu #button #news a {
	background-image: url(../images/news.jpg);
}
#wapper #menu #button #news a:hover {
	background-image: url(../images/news_hover.jpg);
}
#wapper #menu #button #service a {
	background-image: url(../images/service.jpg);
}
#wapper #menu #button #service a:hover {
	background-image: url(../images/service_hover.jpg);
}
#wapper #menu #button #contact a {
	background-image: url(../images/contact.jpg);
}
#wapper #menu #button #contact a:hover {
	background-image: url(../images/contact_hover.jpg);
}
#wapper #menu #button #product a {
	background-image: url(../images/product.jpg);
}
#wapper #menu #button #product a:hover {
	background-image: url(../images/product_hover.jpg);
}
#wapper #menu #button #link a {
	background-image: url(../images/link.jpg);
}
#wapper #menu #button #link a:hover {
	background-image: url(../images/link_hover.jpg);
}


.clearboth {
	clear: both;
}
#wapper #menu #button {
	width: 492px;
	padding-bottom: 10px;
	padding-left: 358px;
}
#wapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#wapper #header #LogoFlash {
	margin-left: -30px;
}


a{
 outline: none; /* for Firefox */
 hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
