@charset "UTF-8";

body {
	font: 100% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background: #0d0d0d;
	margin: 40px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

.oneColElsCtr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #191919;
	text-align: left;
}
.oneColElsCtr #mainContent {
	text-align: center;
}

.h1 {
	font: 24px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin: 30px;
	color: white;
	text-shadow: #404040 1px 1px 1px;
}

.image {
	text-align: center;
	border: 1px solid #000;
	position: relative;
	margin-bottom: 20px;
}

.p {
	text-align: center;
	font-size: 10px;
	color: #7b7b7b;
	margin: 20px;
}