@import url("../css/default.css");

#bgbox { overflow:visible; height:500px; } /* width is set inline */
#fgbox {
	opacity:0.9;
	position:relative; top:-500px; left:0px;
	margin-bottom:-480px; max-width:860px;
}
#fgbox > div { margin-top:3em; margin-left:7em; }

.bgboxen, .bgboxdt {
	color:#212121; font-family: sans-serif;
	font-size: 14px; line-height: 22px; letter-spacing: .1em;
}
.bgboxdt {
	line-height: 21px;
}

@media only screen and (max-width:899px) {
 #bgbox, .bgboxdt, .bgboxen { display:none; }
 #fgbox { top:0; margin-bottom:0; }
 #fgbox > div { margin-left:0; }
 #fgbox img { width:100%; }
}
