* {
	padding:0;
	margin:0;
}

body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: #007485 url(../images/bkg_body_stripes.gif) top left;
	text-align:center;
}

div {
	width:570px;
	margin:2em auto 0 auto;
	padding: 1.5em 30px 2.5em 30px;
	background: #FFF url(../images/bkg_content_wmark.gif) no-repeat bottom right;
	text-align:left;
}
#logo {
	background: url(../images/logo.gif) no-repeat top left;
	letter-spacing:-1000em;
	width:248px;
	height:189px;
	margin:0 auto;
}
dl {
	margin-top:2em;
	font-size:0.9em;
	clear:both;
	height:5em;
}
dd, dt {
	float:left;
}
dt {
	clear:left;
	width:100px;
	font-weight:bold;
}
dd {
	width:400px;
}