body#homepage {
  background-image: url(/images/banner.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0px;
  padding: 50px;
  padding-top: 140px;
  border: 50px solid #ccc;
  border-top: 0;
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  color: #000;
}

body#work {
	position:fixed;
	width: 100%;
	height: 100%;
	border: 50px solid #ccc;
/*  margin: 0px;
  padding: 50px;
  padding-top: 140px;
  border: 50px solid #ccc; */
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  color: #000;
}

h4, h2 {
  padding:0;
  margin: 0;
  padding-top:2em;
  font-size: .6em;
  text-transform: uppercase;
  font-weight: bold;

}

li { list-style-type: none;}

#content {
  background-color: #fff;
  font-size: 1.5em;
}

/* #work #content { 
	position:fixed;
	width: 100%;
	height: 100%;
	border: 50px solid #ccc;
} */

#left {
  float:left;
  width:48%;
  text-align:right;
}

#right {
  float:right;
  width:48%;
  padding-left: 2%;
  border-left: 1px solid #666;
  font-size: .75em;
}

#footer {
  clear:both;
}

.link { border: none !important; }

.action-stream {
  padding-left: 0;
}

a { color: #b51218; }
a:link, a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }

.friendfeed .header {
    display: none;

}

.friendfeed .feed {
    border: none !important;

} 