body {
	font-family: 'Droid Serif' Georgia serif;
	background: white;
}

h1 {
	text-align: center;
	width: 100%;
}

h2 {
	text-align: center;
	width: 70%;
	margin-left: 15%;
	margin-top: 10px;
	font-size: 24px;
	color: #bbb;
	border-bottom: #bbb solid 2px;
}

.icons-container {
	margin: 0px auto;
	width: 70%;
	text-align: center;
}

.icons-container a {
	display: inline-block;
	width: 200px;
	height: 30px;
	margin: 40px;
	padding-top: 220px;
	text-align: center;
	border: white 1px solid;
	color: black;
	font-size: 17px;
}

.icons-container a:hover {
	border: #ddd solid 1px;
}

#homepage {
	background: url('homepage.png') no-repeat;
}

#twitter {
	background: url('twitter.png') no-repeat;
}

#lastfm {
	background: url('lastfm.png') no-repeat;
}

#massivevps {
	background: url('massivevps.png') no-repeat;
}

#massivescale {
	background: url('massivescale.png') no-repeat;
}

#goldenline {
	background: url('goldenline.png') no-repeat;
}


#github {
	background: url('github.png') no-repeat;
}
