html,body { height: 100%; }
body { background-color: #ccc; text-align: center; margin: 0; padding: 0; }
p { }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }
#shadow {
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	width: 716px;
	height: 416px;
	margin-right: auto;
	margin-left: auto; }

#content {
	text-align: left;
	position: absolute;
	top: 3px;
	left: 7px;
	width: 700px;
	height: 400px;
	border: solid 1px #666;
	display: block; }
#copy {
	color: #b8b8b8;
	font-size: 10px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-decoration: none; }

