html,body,#master {
	width:100%;
	height:100%;
}
body{
	margin:0;
	padding:0;
	border:0 none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	color:#000;
}
a:link,a:visited {
	text-decoration:none;
	color:#f75820;
}
a:hover {
	color:#7e7d7d;
}
#master {
	display:table;
}
#content {
	display:table-cell;
	vertical-align:middle;
}
#cont_left {
	width:35%;
	text-align:right;
	float:left;
}
#cont_left img {
	margin:97px 70px 0 0;
}
#cont_rght {
	width:65%;
	float:right;
}
.text01,.text02,.text03 {
	margin:0;
	padding-left:30px;
}
.text01 {
	font-weight:500;
	font-size:17px;
	line-height:25spx;
	color:#7e7d7d;
}
.text01 strong {
	font-size:21px;
	color:#f75820;
}
.text02 {
	margin:55px 0 20px;
	font-weight:500;
	font-size:30px;
	line-height:70px;
	color:#fff;
	background-color:#f75820;
}
.text03 {
	font-weight:500;
	color:#f75820;
}
.text03 strong {
	font-weight:300;
	color:#000;
}