@font-face {
	font-family: "frutiger";
	src: url("fonts/FrutigerLTStd-Light.otf");
}
#connect{
	position:absolute;
	bottom:0px;
	left:173px;
	height:40px;
	z-index:20;
/*		font-family: Verdana, Arial, "MS Trebuchet", sans-serif;*/
	font-size:12px;	
	color:#cccccc;	
}
#connect a.selected{
	text-decoration:underline;
}
#copy{
	position:absolute;
	bottom:0px;
	left:179px;
	height:60px;
	z-index:15;
	font-size:10px;
	color:#cccccc;
/*		font-family: Verdana, Arial, "MS Trebuchet", sans-serif;*/
}	
object,embed{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;
}
#connect table td{
	vertical-align:top;
}
a, a:hover, a:visited, a:link{
	text-decoration:none;
	color: #fff;
}
a:hover{
	text-decoration:underline;
}
body {
	padding:0px;
	margin: 0px;	
	width:100%;
	height:100%;
	color:#fff;
  position: fixed;	
	font-family:frutiger;
	font-size:13px;
	background-size:cover;
	min-height: 100%;
}
#backgroundfade {
  position: fixed;
/*  background: #fff;*/
  background-size:cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: -1;
}
#logo{
	position:absolute;
	top:0px;
	left:32px;
	background-image:url(logo_s.png);
	width:107px;
	height:141px;
	z-index:5;
}
#menu{
	position:absolute;
	top:30px;
	left:180px;
	padding:0;
	margin:0;
	font-size:16px;
}
#menu a, .submenu a{
	color:rgba(255,255,255,0.8);
}
#menu a:hover, .submenu a:hover{
	text-decoration:none;
	border-bottom:1px solid rgba(255,255,255,0.8);
}
#menu a.selected, .submenu a.selected{
	text-decoration:none;
	border-bottom:1px solid rgba(255,255,255,0.8);	
}
.submenu{
	position:absolute;
	top:65px;
	left:180px;
	padding:0px;
	margin:0px;
	font-size:14px;
	color:rgba(255,255,255,0.8);
/*	display:none;		*/
}
li{
	display:inline;
	margin-right:10px;
}
.column{
	width:350px;
	margin-right:40px;
	float:left;
}
#content{
	position:absolute;
	top:110px;
	left:175px;
	font-size:13px;
}
#content span{
	background-color:rgba(0,0,0,0.4);
	color:rgba(255,255,255,0.8);
	padding:2px;
	margin:2px;
	display:inline-block;
}
#content span a{
	text-decoration:underline;
}
#content span a:hover{
	text-decoration:none;
}
.thumb{
	width:225px;
	float:left;
}
.photo{
	font-size:10px;
}