html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* firefox alt text ugliness */
*:-moz-alt-text {
	color: #000;
}

body {
	background-color: #000;
	font-family: Helvetica, sans-serif;
	color: #aaa;
}

h1 {
	color: #e7e7e7;
	letter-spacing: -0.05em;
	font-size: 9em;
	font-family: 'Helvetica Neue';
	font-weight: bold;
	position: absolute;
	left: -.04em;
	top: 1.5em;
	z-index: 999;
}

h2 {
	z-index: 999;
	position: absolute;
	top: 14.5em;
	font-size: 1.5em;
	left: 0;
	color: #2782CF;
}

#twitter {
	bottom: 0;
	right: 0;
	z-index: 999;
	position:absolute;
	padding: .5em .666em;
	background-color: #111;
	color: #ebebeb;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity=6);
}

#twitter img {
	vertical-align: middle;
	margin-right: .333em;
}

#twitter a {
	color: #ddd;
	text-decoration: none;
}

ul#menu {
	position: absolute;
	right: 3em;
	top: 13.5em;  /* 1.5em * (h1)9em */
	z-index: 999;
}

ul#menu li {
	margin: .333em .666em;
	padding: 0 1em;
	background-color: #222;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}

ul#menu li a{
	text-align: right;
	padding: .333em 0;
	display: block;
	width: 10em;
	height: 1.5em;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
	line-height: 1.5em;
	color: #eee;
	text-decoration: none;
}


#background-cityscape {
	background-image: url('background.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom left;
	width: 600px;
	height: 700px;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter:alpha(opacity=80);
}

#background-flickr {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 2;
}

	#background-flickr ul {

	}
	
		#background-flickr ul li {
			float: left;
			padding: 2px;
		}

			#background-flickr ul li a:hover {
				cursor: default;
			}

			#background-flickr ul li img {
				width: 6em;
				height: 6em;
				opacity: 0.0;
				-moz-opacity: 0.0;
				filter:alpha(opacity=0);
			}
			

		
	