body {
	background: #050505;
}

div#header {
	background-image: none;
}

td.portfolio {
	background: white;
}

	div#projects {
		margin: 0px 25px;
	}
		div.project {
			margin-right: 60px;
			margin-bottom: 80px;
			float: left;
			width: 212px;
			text-align: center;
			font: normal 11px/25px Arial, Helvetica, sans-serif;
		}
			div.project img {
				margin-bottom: 5px;
				padding: 10px;
				border: 1px solid #78c1e1;
			}