html{
    min-height:100%;
    position:relative
}
body {
	background: #fafafa;
	font-family: "Raleway", Helvetica, sans-serif;
	color: #151515;
	vertical-align: middle;
	height: 100%;
	padding-top: 120px;
	font-weight: 300;
	margin:0 0 180px;
}
.main-wrap {
	max-width: 565px;
	text-align: left;
	margin:0 auto;
}

.container {
	margin:0 auto;
}
a, a:link {
	color:#00afec;
	text-decoration: underline;
}
.name {
	color: #e1455b;
}
h1 {
	font-weight: 800;
	font-size:24px;
	text-transform: uppercase;
	margin-top:60px;
}

.site-footer {
	background:#151515 url('img/footerbg.jpg') no-repeat;
	position: absolute;
    left: 0;
    bottom: 0;
    height: 180px;
    width: 100%;
}