body {
	background-color: #f1f1f1;
	padding-top: 30px;
	font-family: sans-serif;
}

div#logo {
	background: url('bu-websites-logo.gif') 0 0 no-repeat;
	height: 39px;
	width: 540px;
	line-height: 39px;
	font-weight: bold;
	font-size: 1.5em;
	color: transparent;
	margin-bottom: 30px;
}

h1 {
	font-size: 1.1em;
	margin-bottom: .5em;
}

p {
	margin-bottom: .5em;
}

p:last-child {
	margin-bottom: 0;
}

div#wrapper {
	width: 540px;
	margin: 0 auto;
}

div#message {
	padding:10px;
	margin:0;
	background:#f6f6f6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px
	solid #dfdfdf;
	color: #767676;
	line-height: 1.5em;
}

