
#splash {
	background-position: center center;
	background-repeat: no-repeat;
	margin:auto;
	text-align:center;
	margin-top:10px;
}

#bottom {
	margin:auto;
	text-align:center;
	margin-top:10px;
}

img {
	border: 0;
	vertical-align:middle;
	margin-top: 5px;
	margin-right: 15px;
}

#splash a:link, #splash a:visited {
	text-decoration: none;
	color: black;
	font-size: 20pt;
}

.wrapper {
	padding-top: 220px;
}

.cssboxleft { 
	background: transparent url("box-left.png") no-repeat;
 	background-position:bottom left; 
	width:500px !important; 
	width: 485px; 
	padding-right:15px; 
	margin:20px auto
}

.cssboxright {
	background: transparent url("box-right.png") no-repeat;
 	background-position:bottom right; 
	width:500px !important; 
	width: 500px; 
	margin:20px auto
}

/* set the lower-left corner image */ 
.cssbox_body {
	background: transparent url("box-middle.png") repeat;
 	background-position:bottom left;
	margin-left: 15px; 
	margin-right:15px; /* interior-padding right */ 
	min-height: 70px;
} /* mirror .cssbox_head right/left */ 
 

