div {
	margin: 0;
	padding: 0;
}
div.page {
	margin: 0 auto;
	width: 918px;
	min-height: 100%;
	position: relative;
	left: 0;
	top: 0;
	z-index: 110;
}
body.tshirts div.page {
	background: #fff none;
}
div.branding {
	padding: 145px 15px 0;
}
body.tshirts div.branding {
	padding-top: 45px;
}
div.content {
	padding: 85px 0 130px;
	width: 478px;
}
body.tshirts div.content {
	padding: 25px 0 30px;
	width: 100%;
}
div.image_placeholder {
	width: 494px;
	min-height: 100%;
	position: absolute;
	left: 478px;
	top: 0;
	z-index: 210;
	background: #ff0;
	background: transparent url(../i/design/div_image_placeholder.gif) no-repeat 77px 100%;
}
div.image_placeholder img {
	position: absolute;
	right: 0;
	bottom: -50px;
	z-index: 220;
}
