@charset "UTF-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 1120px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(../images/fasttidy.jpg);
	background-repeat: no-repeat;
	height: 760px;
	position: relative;
	z-index: 45;
}

.content {
	position: absolute;
	z-index: 44445;
	left: 90px;
	top: 0px;
}
.header {
	text-align: right;
	margin-top: 65px;
	margin-right: 1px;
	font-size: 18px;
}
.trust {
	position: absolute;
	top: -3000px;
}
.insert {
	background-color: #fff;
	position: absolute;
	width: 355px;
	left: -55px;
	top: 210px;
	padding: 12px;
	opacity:0.65;
	height: 148px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 0px 20px 0px;
	border-radius: 0px 0px 20px 0px;
}
.intext {
	position: absolute;
	width: 355px;
	left: -55px;
	top: 220px;
	padding: 12px;
}
.intext p {
	font-size: 14px;
}