.header {
	background-image: url(../images/Header-Gradient.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
.content {
	background-color: 1B2112;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #1B2112;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.center {
	text-align:center;
	background-color: #FFFFFF;
}
