@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #AFBD02;
	font-size: 80%;
}
.himage #container {
	width: 80%; 
	background: #000000;
	margin: 0 auto;
	text-align: left; 
}
.himage #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1
{
	font-size: 170%;
	letter-spacing: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
}
h2
{
	font-size: 70px;
}
h3
{
	font-size: 14px;
}

