@charset "utf-8";
@import url("page.css");
/* CSS Document */

#work {
	margin: 20px auto 30px;
	width: 98%;
}
#work img {
	height: auto;
	width: 100%;
}

@media only screen and (min-width: 769px) {
#ptitle h2 {
	background-image: url(../images/car-insurance/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	height: 278px;
	width: 980px;
}
#work {
	text-align: center;
	margin: 50px auto 60px;
	width: 980px;
}
#work img {
	height: auto;
	width: auto;
}
}