body {
	background-image: url(images/back-grnd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #999999;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: auto;
	vertical-align: middle;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
p a {
	text-decoration: none;
}
p a:link {
	text-decoration: none;
	color: #FFFFFF;
}
