/* Looks */
BODY {
 background-color: black;
 color: white;
}
A:link { color: yellow; text-decoration : none;}
A:visited { color: yellow; text-decoration : none; }
A:active { color: yellow; text-decoration : none; }

/* Layout */
#header {
 clear: left;
 width: 100%;
 text-align: center;
}
#about {
 width: 40%;
 float: left;
 margin-left: 7%;
 text-align: left;
}
#projects {
 width: 40%;
 float: left;
 margin-left: 7%;
 text-align: left;
}
#services {
 clear: left;
 width: 40%;
 float: left;
 margin-left: 7%;
 text-align: left;
}
#featured_in {
 width: 40%;
 float: left;
 margin-left: 7%;
 text-align: left;
}
#contact {
 clear: left;
 width: 100%;
 float: left;
 margin-left: 7%;
 text-align: left;
}
#footer {
 clear: left;
 font-size: smaller;
 text-align: center;
}