* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Verdana;
}

a img {
	border: none;
}

p a {
	color: #000;
	text-decoration: none;
}

h1,
h2{
	font-size: 36px;
	color: #8b8b8b;
}
h2 {
	font-size: 20px;
	margin-top: 30px;
	max-width: 350px;
	margin-left: 380px;
	text-align: left;
}

h1 span,
h2 span,
h2 a {
	color: #ee2c24;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 960px;
}

/* === Footer Section === */
#footer {
	position: fixed;
	bottom: 10px;
	right: 0px;
	width: 100px;
	margin: 0 auto;
}
	
	#footer p {
		color: #cbcaca;
		font-size: 11px;
	}

	#footer p span {
		color: #ff9999;
	}
	
/* === End Footer Section === */
	
/* === Content Section === */

#content {
	margin-top: 100px;
	text-align: center;
}


/* === End Content Section === */
