body {
	color: WHITE;
	background-color: #000;
}

#content{
	color: WHITE;
	width: 800px;
	background-color: #000;
	margin: 0px auto 0px auto;
	text-align: center;
}

h1 {
	font-family: Arial, "MS Trebuchet", sans-serif;
	margin-bottom: 70px;
	margin-top: 50px;
}

h2 {
  text-align: left;
	font-family: Arial, "MS Trebuchet", sans-serif;
	margin-top: 70px;
}

img {
	margin-bottom: 70px;
}

p {
	text-align: center;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

#newsletter{
	text-align: left;
}

#footer{
	margin-top: 100px;
}

a{
	color: WHITE;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
