/* CSS Document */
*{
	margin:0 auto;
	padding:0;
	font-family:Microsoft YaHei,Tahoma,Helvetica,SimSun,sans-serif;
}
body{
	text-align:center;
	color:#000;
	background:#fff url(../images/bg.png) center repeat-y;
}
table,img{
	border:0;
}
td,a,p,span{
	text-decoration:none;
	font-size:12px;
	line-height:2;
	color:#000;
}
h1,h2,h3{
	text-decoration:none;
	line-height:2;
	color:#000;
}
a:hover{
	text-decoration:none;
	color:#000;
}
.keyboardm{
	font-size:54px;
	font-weight:bold;
	margin-top:10px;
}
#location{
	border-bottom:#333 solid 2px;
	font-weight:normal;
	height:22px;
	line-height:25px;
	color:#000;
}
#location a{
	color:#000;
}

