body {		
	background-image:url('../images/main_bg.jpg');
	background-repeat: no-repeat; 
	background-position:top center;
	}
#outerwrapper{margin:0 auto;width:1000px;}
#contentwrapper{position: relative;}
#mainmenuwrapper{
	border-top:4px solid #f78914;
	height:143px;
	clear: both; 
	}
#content{
	padding-left:38px;
	clear:both;
	}
#brand{
	background:url('../images/maintitle_ourbrand.png') no-repeat;
	width:577px;
	height:114px;
	}

/*pianobrand*/
#pianobrand {
	margin-bottom:30px;
	list-style:none;
	width:100%; 
	float:left;
}
#pianobrand li{
	margin:0 8px 0 0;
	float:left;	
 }
#pianobrand li a{
	display:block;
	width:194px;
	height:169px;
}
#pianobrand a.brand1{
	background:url('../images/piano1.jpg') no-repeat;
}
#pianobrand a.brand2{
	background:url('../images/piano2.jpg') no-repeat;
}
#pianobrand a.brand3{
	background:url('../images/piano3.jpg') no-repeat;
}
#pianobrand a.brand1:hover{
	background:url('../images/piano1.jpg') no-repeat 0px -171px;
}
#pianobrand a.brand2:hover{
	background:url('../images/piano2.jpg') no-repeat 0px -171px;
}
#pianobrand a.brand3:hover{
	background:url('../images/piano3.jpg') no-repeat 0px -171px;
}

/*company*/
#company {
	margin-bottom:30px;
	padding:0;
	list-style:none;
	width:100%; 
	float:left;
}
#company li{
	margin:0 8px 0 0;
	padding:0;
	float:left;	
 }
#company a.korea{
	background:url('../images/korea.jpg') no-repeat;
	width:124px;
	height:168px;
	display:block;
}
#company a.china{
	background:url('../images/china.jpg') no-repeat;
	width:179px;
	height:150px;
	display:block;
}
#company a.korea:hover{
	background:url('../images/korea.jpg') no-repeat 0px -172px;
}
#company a.china:hover{
	background:url('../images/china.jpg') no-repeat 0px -160px;
}
#company #companyintro {
	width:315px;
	height:175px;
	
	padding-left:10px;
	}

/*flashAD*/
#adflash{float:left;width:500px;}

/*catalogue*/
#catalogue{
	border-left:2px solid #cacaca; 
	width:460px;
	position:absolute;
	left:550px;
	float:right;
	}
#catalogueimg{float:left;position:relative;left:30px;}
#catalogueinfo{
	position:absolute; 
	left:170px; 
	top:40px;
	float:right;
	list-style:none;
	}
#catalogueinfo li{
	margin-top:8px;
	}
#catalogueinfo a.viewcatalogue{
	background:url('../images/viewcatalogue.gif') no-repeat;
	width:201px;
	height:23px;
	display:block;
	}
#catalogueinfo a.viewcatalogue:hover{
	background:url('../images/viewcatalogue.gif') no-repeat 0px -23px;
	}
#catalogueinfo a.moreinfo{
	background:url('../images/moreinfo.gif') no-repeat;
	width:157px;
	height:20px;
	display:block;
	}
#catalogueinfo a.moreinfo:hover{
	background:url('../images/moreinfo.gif') no-repeat 0px -20px;
	}
