body {
	background: #000000;
	background-image: url(http://www.axelsen.us/randomimage.php);

	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	/*margin-top: -10px;
	margin-bottom: -10px;*/
	text-align: center;
}
#contentOuter {
	top: 36%;
	left: 25%;
	width: 50%;
	position: absolute;
	color: #000000;
	background-image: url(images/bg_content.png);
	background-repeat: repeat;
	text-align: center;
}
#content {
	margin: 20px;
}
#content ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#content li {
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#content p {
	padding: 0px;
	margin: 0px;
}
#content h1 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #000000;	
}
a {
	text-decoration: none;
}
