@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
h1{
	background-image: url(../bg/index_logo.gif);
	background-repeat: no-repeat;
	display: block;
	height: 49px;
	width: 217px;
	position: absolute;
	left: 20px;
	top: 20px;
}
ins{
	display: none;
}
.wrapper{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
h2{
	background-image: url(../bg/welcome.jpg);
	background-repeat: no-repeat;
	height: 438px;
}
ul{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
ul li{
	float: left;
	list-style-type: none;
}
ul li a{
	display: block;
	background-repeat: no-repeat;
	height: 51px;
}
ul li a.brandsite{
	background-image: url(../bg/btn1.gif);
	width: 79px;
}
ul li a.flashsite{
	background-image: url(../bg/btn2.gif);
	width: 151px;
}
ul li a.distributor{
	background-image: url(../bg/btn3.gif);
	width: 90px;
}
ul li a.munber{
	background-image: url(../bg/btn4.gif);
	width: 79px;
}
.foot {
	clear: both;
	text-align: center;
	color: #ef008e;
	margin-top: 20px;
}
.foot p{
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
