body {
	background: #bfbfbf url(bg.png) repeat-x fixed;
	font-family: Optima, Helvetica, "Gill Sans", Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#container {
	width: 512px;
	margin: 40px auto;
}

#name {
	color: white;
	text-align: left;
	margin-left: 10px;
	font: bold x-large "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 2px;
}

#title {
	color: white;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 10px;
}

#portfolio {
	position: fixed;
	top: 59px;
	left: 0;
	color: #d7d7d7;
	padding: 10px 20px 10px 48px;
	background: url(penicon.png) no-repeat 20px center;
}

#contact {
	position: fixed;
	top: 118px;
	left: 0;
	padding: 10px 20px 10px 48px;
	background: #fae59b url(mailicon.png) no-repeat 20px center;
}

#contact a {
	text-decoration: none;
	color: #4e0004;
}

#contact:hover {
	background-color: #cfa650;
}

#footer {
	color: #bfbebf;
	text-align: left;
	font-size: small;
	margin-bottom: 20px;
	margin-left: 10px;
}

.tile {
    float: left;
    width: 100px;
	margin: 10px;
	text-align: center;
	background-color: white;
	border: 4px solid #bfbfbf;
}

.tile img {
	border-style: none;
}

.tile:hover {
	border: 4px solid #762f0f;
}
