body {
	margin: 40px auto;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align:center;
	background: url(middle.gif) center repeat-y;
}

#content {
	width: 760px;
	padding-top: 50px;
	background: url(top.gif) top no-repeat;
}

h1#logo {
	margin: 50px auto;
	line-height: 999em;
	height: 99px;
	width: 166px;
	background: url(logo.gif) 0 0 no-repeat;
	overflow: hidden;
}

p#message {
	width: 760px;
	height: 200px;
	background: url(bottom.gif) bottom no-repeat;
}