/* Easy Clearing */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* IE Hack - use anything that will set hasLayout to true
 * Instead of using this old method that works for IE6, but not IE7:
 *   * html .clearfix { height: 1%; }
 * This patch uses a proprietary IE-only property that doesn't require a filter
 * and works in both IE6 and 7.
 */
.clearfix { zoom: 1; }



body {
	background:black;
	margin:0;
	padding:0;
}

a#home_link {
	display:block;
	width:291px;
	height:78px;
	background:url('/images/header_left.png') no-repeat;
	border:0;
	outline:none;
}

h2 {
	width:249px;
	height:79px;
	background:url('/images/header_right.png') no-repeat;
	position:absolute;
	top:0;
	left:100%;
	margin-left:-249px;
}

h1 span, h2 span, #a_facebook span, #a_flickr span, #a_twitter span {
	display:none;
}

div#scroll {
	position:absolute;
	top:50%;
	margin-top:-201px;
	height:422px;
	overflow:auto;
	white-space:nowrap;
	width:100%;
}

#krpanoDIV {
	position:absolute;
	top:50%;
	margin-top:-201px;
	height:422px;
	white-space:nowrap;
	width:800px;
	left:50%;
	margin-left:-400px;
	overflow:none;
}

#a_facebook {
	position:absolute;
	background:url('/images/facebook_logo.png') no-repeat;
	top:100%;
	margin-top:-71px;
	height:71px;
	width:204px;
	outline:none;
}

#a_flickr {
	position:absolute;
	background:url('/images/flickr_logo.png') no-repeat;
	top:100%;
	margin-top:-71px;
	height:71px;
	width:172px;
	left:100%;
	margin-left:-172px;
	outline:none;
}

#a_twitter {
	position:absolute;
	background:url('/images/twitter_logo.png') no-repeat;
	top:100%;
	margin-top:-71px;
	height:71px;
	width:210px;
	left:50%;
	margin-left:-105px;
	outline:none;
}

a img {
	border:0;
}

#mainmenu {
	list-style-type:none;
	top:50px;
	position:absolute;
	left:50%;
	width:400px;
	margin-left:-200px;
}

@font-face {  
	font-family: Myriad;  
	src:  url(/MyriadPro-Cond.otf);  
	font-weight: normal;  
}


#mainmenu li {
	float:left;
	padding:0 10px;
}

#mainmenu li a {
	color:#ccc;
	font-family:Myriad, Helvetica, Arial;
	font-size:20px;
}

#mainmenu li a:hover {
	color:white;
}

embed {
	margin:0;
	padding:0;
}