body {
	background: url("../images/brickWall.jpg") repeat;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #fff;
}

#splashBox {
	background: url('../images/wood.jpg') #b14744;
	text-align: left;
	width: 710px;
	height: 300px;
	border: 4px solid #b14744;
	margin: 0 auto;
	margin-top: -4px;
	padding: 0 30px;
	-moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -khtml-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
}

#splashBox h1 {
	text-align: center;
}

#splashBox img.paypal {
	position: relative;
	left: 50%;
	margin-left: -34px;
	width: 68px;
	text-align: center;
}

#stopSignMan {
	position: absolute;
	width: 334px;
	bottom: 0;
	left: 50%;
	margin-left: -167px;
}

.ui-dialog-content {
	text-align: justify;
}
