body{
  font-family: Helvetica, Arial, sans-serif;
  background:#F4EAD3;
  color: #9E9CA0;
  font-size:18px;
  line-height:20px;
  position:relative;
}
#wrapper{
  margin:10px 15px 100px 15px;
  padding-top:50px;
  width:1050px;
  position:relative;
}
#did-you-know{
  font-size:40px;
  line-height:60px;
}                  
#coworking-unconference{
  border: solid 5px #FFF;
  padding:15px 20px 10px 20px;
}
strong{
  color:#8A4615;
  background:#DDC083;
  padding:1px 3px;
  font-weight:normal;
}
a, a:hover, a:active, a:visited{
  color:#20659B;
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}
#resources ul{
  margin-top:30px;
}
#resources ul li{
  margin:0 0 15px 0;
}
#copyleft{
  position:absolute;
  position:fixed;  
  width:100%;
  top:0;
  right:0;
  font-size:11px;
  text-align:right;
  padding:5px;
  background:#F4EAD3;
  filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#copyleft p{
  color:#000;
}
@-webkit-keyframes pulse {
  from {
    opacity: 0.5;
  }
  50% {
    opacity: 1.0;
  }
  to { 
    opacity: 0.55;
  }
}
span.pulse { 
  -webkit-animation-name: pulse; 
  -webkit-animation-duration: 1s; 
  -webkit-animation-iteration-count: 30; 
}

