body {
	background: #FFFFFF;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NWQ3YSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NTVkN2EiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(85,93,122,0) 0%, rgba(85,93,122,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,93,122,0)), color-stop(100%,rgba(85,93,122,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(85,93,122,0) 0%,rgba(85,93,122,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(85,93,122,0) 0%,rgba(85,93,122,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(85,93,122,0) 0%,rgba(85,93,122,0.3) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(85,93,122,0) 0%,rgba(85,93,122,0.3) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00555d7a', endColorstr='#4d555d7a',GradientType=0 ); /* IE6-8 */
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -60px 0 0 -161px;
	height: 120px;
	width: 322px;;

	text-align: center;
}

#container img {
	margin-bottom: 20px;
}

#container .facebook a {
	margin-top: 10px;
	display: inline-block;
	opacity: 0.7;
}
#container .facebook a:hover {
	opacity: 1;
}
#container .facebook a:hover img { width: 100%; }

#container .facebook img {
	width: 95%;
	margin: 0;

	-webkit-transition: width 200ms ease-out;
	-moz-transition: width 200ms ease-out;
  -ms-transition: width 200ms ease-out;
  -o-transition: width 200ms ease-out;
	transition: width 200ms ease-out;
}

#container .copy {
	padding: 15px 0;
	margin: 0 auto;
	width: 95%;

	border-width: 1px 0;
	border-style: solid;
	border-color: rgba(0,0,0,0.2);
	border-radius: 10px;

	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: rgba(0,0,0,0.7);
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
}

#razorshift {
	position: absolute;
	width: 284px;
	bottom: 15px;
	left: 50%;
	margin: 0 0 0 -79px;
	opacity: 0.6;
	z-index: 3;
}

#razorshift:hover {
	opacity: 1;
}