body {
	margin: 0; 
	padding: 0;
	background-color: #fff; 
	font: "Futura LT CondensedLight";
	font-size: 14px;
	text-align: left;
}

#container { 
	margin: auto;
	margin-top: 80px;
	padding: 0; 
	width: 450px; 
	background: #FFF;
}

h1 {
	color: #333;
}

#content { 
	margin-top: 10px; 
	padding: 0; 
	width: 450px; 
	background: #FFF;
}

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

a.imgPop {
	position: relative;
	z-index: 20;
}

a.imgPop:hover {
	display: inline;
	z-index: 30;
}

a.imgPop span {
	display: none;
}

a.imgPop:hover span {
	display: block;
	position: absolute;
	top: 1em;
	left: 1em;
	width: 300px;
	height: 126px;
}

a:hover {
	text-decoration: underline;
	color: #999;
}
	
#footer {
	margin: 0 auto;
	padding: 0; 
	width: 450px;
	background-color: #fff; 
	font: "Futura LT CondensedLight";
	font-size: 11px;
	text-align: center;
	color: #333;
}

#footer a {
	text-decoration: none;
	color: #333;
}

#footer a:hover {
	text-decoration: underline;
	color: #999;
}
