#header {
	z-index: 1;
	position: fixed;
	width: 99%;
	margin-top: -20px;
	height: 60px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border-radius: 5px;
}

h1 {
	margin-left: 10px;
	color: #000000;
}

#center{
	position: relative;
	float: left;
	margin-top: 50px;
	width: 500px;
	height: 400px;
	background-color: #00CC00;
	margin-bottom: 10px;
	border-radius: 5px;
}


.project {
	display: inline;
	border: 2px solid #000000;
	font-family: Futura, Tahoma, sans-serif;
	color: #000000;
	padding: 5px;
	border-radius: 5px 5px;
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #000000;
}

h2 {
	margin-left: 10px;
}

img {
	float: left; 
	margin-top: 50px;
	position: relative;
}

