html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}

a {
	outline: 0 none;
	-moz-outline: 0 none;
}

#content {
	z-index: 1; 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	
	color: #444;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	letter-spacing: 0.3em;
}

#content a,
#conetnt a:visited {
	color: #a9a9a9;
	text-decoration: none;
}

#content a:hover,
#content a:active {
	color: #e469aa;
	text-decoration: none;
}

#content em {
	color: #a9a9a9;
	text-decoration: none;
}

#contact {
	line-height: 20px;
	color: #a9a9a9a;
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	letter-spacing: 0.3em;
	margin-bottom: 70px;
}

#subnav {
	letter-spacing: 0.8em;	
}

#menu img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}


