#boxwrap, .boxwrap {
	position: relative; 
}

#box, .box {
	margin: 0px; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
}

#boxtop, #boxright, #boxbottom, #boxleft, .boxtop, .boxright, .boxbottom, .boxleft { 
	position: absolute;
	width: 50%; 
	height: 50%; 
	background: url(../img/dropshadow.png) no-repeat left top; 
	background-repeat: no-repeat; 
}

#boxtop, .boxtop { 
	top: 0px; 
	left: 0px; 
	padding: 50px 0px 0px 50px; 
	margin: -50px 0px 0px -50px; 
	background-position: left top; 
}

#boxright, .boxright { 
	top: 0px; 
	left: 50%; 
	padding: 50px 0px 0px 50px; 
	margin: -50px -50px 0px 0px; 
	background-position: right top; 
}

#boxbottom, .boxbottom { 
	top: 50%; 
	left: 50%; 
	padding: 0px 50px 50px 0px; 
	margin: 0px -50px -50px 0px; 
	background-position: right bottom; 
}

#boxleft, .boxleft { 
	top: 50%; 
	left: 0px; 
	padding: 0px 0px 50px 50px; 
	margin: 0px 0px -50px -50px; 
	background-position: left bottom; 
}

#boxcontent, .boxcontent { 
	position: relative; 
	color: #ffffff; 
}

#boxcontent h1, .boxcontent h1 { 
	color: #ffffff; 
}