 html, body {
	margin: 0;
	padding: 0;
}

#flickr {
	position: relative !important;
}

#showAboutMe {
	width: 46px;
	height: 46px;
	top: 50px;
	right: 50px;
	position: absolute;
	z-index: 1000;
}

#closeAboutMe {
	width: 46px;
	height: 46px;
	top: 50px;
	right: 50px;
	position: absolute;
	z-index: 1005;
	display: none;
}

#info {
	font-size: 35pt;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	width: 50%;
	/*height: 30%;*/
	top: 25%;
	left: 25%;
	right: 25%;
	line-height: 45pt;
	position: absolute;
	z-index: 1002;
	display: none;
}

p {
	margin: 0;
	padding: 0;
}

#opaque {
	background-color: #000B2E;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	width: 100%;
	height: 100%;
	z-index: 1001;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

#logo {
	width: 386px;
	height: 331px;
	margin-left: -193px;
	margin-top: -165.5px;
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 1000;
}
a, a:link, a:active, a:visited {
	color: #FF00CE;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}