body {
	text-align: center;
	font-family: Helvetica;
	margin: 0;
	background-color: #ffc2d6;
}

#content {
	margin: auto;
	width: 1000px;
}

#banner {
	text-transform: uppercase;
	font-size: 60px;
	background-color: black;
	color: white;
	font-weight: bold;
	letter-spacing: 0.3em;
	padding: 5px 0 5px 0;
	margin-bottom: 15px;
}

#postcard {
	width: 525px;
	margin: 0 10px 20px 0;
	border: 15px solid white;
	float: left;
}

#mainImage {
	margin: 0 10px 20px 0;
	border: 15px solid white;
	float: left;
}

#text {
	text-align: justify;
	line-height: 1.4em;
	background-color: white;
	padding: 15px 20px 15px 20px;
	float: left;
	font-size: 20px;
	margin-bottom: 24px;
}

#exclamation {
	font-weight: bold;
	font-size: 38px;
	letter-spacing: .2em;
	margin-top: 15px;
}

#links {
	width: 100%;
	font-size: 25px;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #ff3366;
}

a:hover {
	text-decoration: underline;
}

#links a {
	margin: 0 9px 0 9px;
	font-weight: bold;
}