html, body{
	margin: 0px; 
	padding: 0px; 
	background:rgb(81, 81, 81) url(img/bg.gif) 0 0 repeat-x ; 
	color: rgb(125, 125, 125);
	font: 12px Arial, Helvetica, sans-serif;
}
body{
	text-align:center; 
	table-layout:fixed;
}
#w{
	width: 895px;
	margin: 0 auto;
}
#title{
	float: right;
	height: 90px;
	width: 370px;
	padding-left: 245px;
	font-size: 60px;
	font-weight: bold;
	background: url(img/logo.gif) 0 50% no-repeat;
}
#title span{
	border-bottom: 2px dotted white;
}
#toy{
	width: 270px;
	height: 387px;
	background: url(img/tel.gif) 50% 50% no-repeat;
	float: left;
	margin: 20px 0;
}
#main{
	float: right;
	width: 580px;
	margin: 20px 0;
}
.b1{
	margin: 10px 0;
	padding-top: 55px;
	background: url(img/b1.gif) 0 0 no-repeat;
}
.b2{
	background: url(img/b2.gif) 0 100% no-repeat;
	text-align: left;
	width: 545px;
	padding: 10px 15px 20px 15px;
	line-height: 21px;
}
.b2 a{
	color: rgb(255,255,255);
	text-decoration: none;
}
h1{
	position: absolute;
	z-index: 2;
	width: 575px;
	text-align: left;
	text-indent: 30px;
	margin-top: -50px;
	line-height: 40px;
	vertical-align: middle;
	font-size: 20px;
}
h1 span{
	font-size: 12px;
	font-weight: normal;
}
ul, ol{
	margin: 0;
	list-style: none;
}
li:before{
	content: "- ";
}
#left{
	width: 310px;
}
#footer{
	clear: both;
	margin: 10px 0;
}
#footer a{
	color: inherit;
	text-decoration: none;
}
p{
	text-align: center;
	padding: 10px;
	font-size: 24px;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
kbd{
	color: rgb(255, 0, 0);
	font-weight: bold;
}
