body
{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	color: #554;
	background: #922   ;
	font: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
}

.blur
{
	background-color: #711; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content
{
	position: relative;
	bottom: 3px;
	right: 3px;
}

.shadow
{
	background-color: #500; /*shadow color*/
	color: inherit;
}

.content
{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 3px solid #000; /*border color*/
	padding: .5em 2ex;
}

.frame
{
	border: 3px solid #000; /*border color*/
	color: inherit;
}

