div.box {
	position: relative;
}

div.box div.top-mask {
	position: absolute;
	background: url(/images/core/boxtop_mask.png) no-repeat;
	height: 7px;
	width: 100%;
	top: 0;
	left: 0;
}

div.box div.bottom {
	position: absolute;
	background: url(/images/core/boxbottom.png) no-repeat;
	height: 7px;
	width: 100%;
	bottom: 0;
	left: 0;
}

#header {
	height: 60px;
	text-align: center;
	padding-top: 78px;
}