body {
	background-color: #2D2D2D;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center; /* Center align for IE */
}
container {
background: #ffc url(yourImage.jpg) repeat-y center;
position: absolute;
left: 50%;
width: 168px; // your elements width
margin-left: -84px; // negative value equal to half your elements width
}

wrapper {
margin: 0 auto; /* Center align for Good browsers like Firefox, Opera, Netscape */
text-align: left;
width: 960px;
}

h1 {
	font-size: 24px;
}
p {
	font-size: 12px;
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
}
a:link {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
p, h1, h2 {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}
.medgrey {
	color: #999999;
}
hr {
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}

