@charset "utf-8";
@import url("reset.css");
/* CSS Document */

#MENU {
	width: 990px;
	height: 220px;
	margin: 0 auto;
	position:relative;
	overflow: hidden;
}
#MENU li {
	float: left;
	/* margin-right: 5px; */
	display: block;
	width: 190px;
	height: 220px;
	position:relative;
	top:132px;
}
#MENU li a {
	display: block;
	width: 190px;
	height: 220px;
	text-indent: -9999px;
}
/* #MENU li.photoshop a {
	background-image: url(images/bt_photoshop2.gif);
} */

.MainBrand {
	padding-bottom: 88px;
	background-image: url(image/bg.jpg);
	-webkit-background-size: 900px auto;
	background-size: 900px auto;
	background-position:center bottom ;
	background-repeat:no-repeat;
}
