@media screen, projection {
	.content-three {
		width: 760px;
		}
		.content-three .main {
			width: 320px;
			}
			.content-three .main .pod {
				background: #000 url(../images/highlights/320-top.gif) no-repeat;
				}
			.content-three .main .pod-sub {
				background: url(../images/highlights/320-bot.gif) bottom left no-repeat;
				}
		.content-three .sub {
			float: left;
			padding-left: 20px;
			width: 200px;
			}
			.content-three .sub .pod {
				background: #000 url(../images/highlights/200-top.gif) no-repeat;
				}
			.content-three .sub .pod-sub {
				background: url(../images/highlights/200-bot.gif) bottom left no-repeat;
				}
}
