	 body {
		background: black;
		margin: 0px;
		color: white;
		font-family: Trebuchet MS, sans-serif;
	 }
	 .wrapper {
	 	background: url(/gfx/front-2015.jpg);
	 	width: 800px;
	 	margin-left: auto;
	 	margin-right: auto;
	 	height: 444px;
	 }
	 #social {
	 	padding-left: 410px;
	 	font-size: 0.8em;
	 	padding-top: 220px;
	 }
	 #social a {
	 	padding-left: 36px;
	 	color: white;
	 	text-decoration: none;
	 	background: red;
	 	margin-left: 44px;
	 	background: url(/gfx/socialicons.gif) no-repeat;
	 	margin-bottom: 15px;
	 	display: block;
	 	width: 200px;
		height: 16px;	
	 }
	 #social a:hover {
	 	color: #9900ff;
	 }
	 #social a.facebook:hover {
	 	background: url(/gfx/socialicons.gif) 0px -124px no-repeat;
	 }
	 #social a.twitter {
	 	background: url(/gfx/socialicons.gif) 0px -25px no-repeat;
	 }
	 #social a.twitter:hover {
	 	background: url(/gfx/socialicons.gif) 0px -149px no-repeat;
	 }
	 #social a.dailybooth {
	 	background: url(/gfx/socialicons.gif) 0px -50px no-repeat;
	 }
	 #social a.dailybooth:hover {
	 	background: url(/gfx/socialicons.gif) 0px -174px no-repeat;
	 }
	 #social a.youtube {
	 	background: url(/gfx/socialicons.gif) 0px -75px no-repeat;
	 }
	 #social a.youtube:hover {
	 	background: url(/gfx/socialicons.gif) 0px -199px no-repeat;
	 }
	 #social a.mail {
	 	background: url(/gfx/socialicons.gif) 0px -100px no-repeat;
	 }
	 #social a.mail:hover {
	 	background: url(/gfx/socialicons.gif) 0px -224px no-repeat;
	 }
	 #social a.sbb {
	 	background: url(/gfx/sbb.gif) 0px 0px no-repeat;
	 }
	 #social a.sbb:hover {
	 	background: url(/gfx/sbb.gif) 0px -20px no-repeat;
	 }
	 #social a.queer {
	 	background: url(/gfx/gay.gif) no-repeat;
	 }
