html{
	height: 100%;
	min-height: 100%;
}
body{
	background: #FBBA3C;
	margin: 0;
	padding: 0;
	color: #872536;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: 100%;
	min-height: 100%;
}
a{
	text-decoration: none;
	color: #872536;
}
a:hover{
	text-decoration: underline;
}
.clear{
	clear: both;
}

#wrapper{
	width: 600px;
	margin: 0 auto;
}

#vcenter.tall{
	position: absolute;
	top: 40%;
	margin: -182px 0px 0px -300px;
	left: 50%;
}
#vcenter.short{
	margin: 40px auto;
}

#main-image{
	height: 265px;
	width: 600px;
	display: block;
}
#main-image img{
	display: block;
	max-width: 360px;
	height: auto;
	margin: 0 auto;
}

h1#blurb{
	text-align: center;
	color: #872536;
	text-transform: uppercase;
	font-weight: 900;
}

#social-likes{
	padding-left: 50px;
	width: 218px;
	margin: 0 auto;
	height: 20px;
}
#social-likes .fb-like{
	float: left;
	margin: 0 20px 0 0;
}
#social-likes .twitter-share-button{
	float: left;
}

#credits.tall{
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	padding-bottom: 40px;
	text-transform: uppercase;
}
#credits.short{
	margin: 40px auto;
	text-align: center;
	width: 600px;
	text-transform: uppercase;
}
#copyright,
#branberg{
	position: relative;
	top: -38px;
}
#copyright{
	margin:0 40px 0 0;
}
#branberg{
	margin: 0 0 0 40px;
}
#credits img{
	width: 90px;
	height: 90px;
}